We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7d23e9 commit a1751b0Copy full SHA for a1751b0
1 file changed
.github/workflows/build-release.yml
@@ -20,9 +20,9 @@ jobs:
20
21
- name: Install dependencies
22
run: |
23
- dkp-pacman -Sy --noconfirm switch-curl switch-mbedtls switch-zlib switch-minizip \
24
- || echo "Package sync failed (devkitPro CDN issue) — checking if already installed..." \
25
- && dkp-pacman -Q switch-curl switch-mbedtls switch-zlib switch-minizip
+ dkp-pacman -Sy --noconfirm switch-curl switch-mbedtls switch-zlib \
+ || echo "Package sync failed — checking if already installed..." \
+ && dkp-pacman -Q switch-curl switch-mbedtls switch-zlib
26
27
- name: Build
28
run: make
0 commit comments