mirror of
https://github.com/pmret/gcc-papermario.git
synced 2024-11-09 20:32:32 +01:00
attempting to build the compiler with gcc 6 in github ci
This commit is contained in:
parent
0400e25963
commit
49ad0e25f2
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -29,7 +29,13 @@ jobs:
|
|||||||
if: matrix.TARGET.OS == 'ubuntu-latest'
|
if: matrix.TARGET.OS == 'ubuntu-latest'
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y build-essential bison file gcc-multilib gperf
|
sudo apt-get install -y build-essential bison file gperf
|
||||||
|
echo "deb http://old-releases.ubuntu.com/ubuntu zesty main" | sudo tee /etc/apt/sources.list.d/zesty.list
|
||||||
|
sudo apt-add-repository -r universe
|
||||||
|
sudo apt update
|
||||||
|
sudo apt install -y gcc-6 gcc-6-multilib
|
||||||
|
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 1
|
||||||
|
|
||||||
|
|
||||||
- name: Configure
|
- name: Configure
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
Reference in New Issue
Block a user