Skip to content

Commit

Permalink
Merge pull request #323 from pret/test/remove-unnecessary-apt-upgrade
Browse files Browse the repository at this point in the history
Remove apt upgrade calls in workflow
  • Loading branch information
PikalaxALT committed Jul 6, 2024
2 parents f9669c7 + e67cbd5 commit dd7f035
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
run: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
sudo apt update
sudo ACCEPT_EULA=Y apt -y --fix-missing --allow-downgrades upgrade
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
Expand Down Expand Up @@ -63,14 +62,14 @@ jobs:
GAME_VERSION: HEARTGOLD
GAME_LANGUAGE: ENGLISH
GAME_REVISION: 0
run: make -j${nproc}
run: make -j4

- name: Build SoulSilver
env:
GAME_VERSION: SOULSILVER
GAME_LANGUAGE: ENGLISH
GAME_REVISION: 0
run: make -j${nproc}
run: make -j4

- name: Webhook
if: ${{ github.event_name == 'push' }}
Expand Down

0 comments on commit dd7f035

Please sign in to comment.