mirror of
https://github.com/pret/pokeheartgold.git
synced 2024-11-27 07:00:22 +00:00
Restore apt update call
This commit is contained in:
parent
c3b1f54c4a
commit
e67cbd5bbc
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -23,6 +23,7 @@ jobs:
|
||||
- name: Update and Install Software
|
||||
run: |
|
||||
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
|
||||
sudo apt update
|
||||
sudo apt -y --allow-downgrades install g++-10-multilib linux-libc-dev binutils-arm-none-eabi p7zip-full pkg-config libpugixml-dev ppa-purge
|
||||
sudo ppa-purge -y ppa:ubuntu-toolchain-r/test || true
|
||||
sudo dpkg --add-architecture i386
|
||||
|
Loading…
Reference in New Issue
Block a user