mirror of
https://github.com/pmret/gcc-papermario.git
synced 2024-11-08 11:53:01 +01:00
Update build.yml
This commit is contained in:
parent
1c2496114e
commit
eb2e1e927c
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -32,11 +32,11 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y build-essential bison file 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
|
# 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-add-repository -r universe
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install -y gcc-6 gcc-6-multilib
|
# sudo apt install -y gcc-6 gcc-6-multilib
|
||||||
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 1
|
# sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 1
|
||||||
- name: Configure for mips-nintendo-nu64
|
- name: Configure for mips-nintendo-nu64
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user