Skip to content

Commit

Permalink
fix build by ignoring zziplib update
Browse files Browse the repository at this point in the history
  • Loading branch information
IrneRacoonovich committed Aug 22, 2024
1 parent d0c2583 commit 806ad53
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ jobs:
Build-Uberhand:
name: "Release"
runs-on: "ubuntu-latest"
container: devkitpro/devkita64
container: "devkitpro/devkita64:20240324"
steps:
- name: Update devkit
# latest switch-zziplib 0.13.76-2 is broken and causes linking errors
run: dkp-pacman -Suy --noconfirm --ignore switch-zziplib
- name: Checkout
uses: actions/checkout@v4
- name: Build
Expand Down

0 comments on commit 806ad53

Please sign in to comment.