Skip to content

Commit a1751b0

Browse files
committed
Remove switch-minizip from CI — already bundled in base image
1 parent a7d23e9 commit a1751b0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020

2121
- name: Install dependencies
2222
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
23+
dkp-pacman -Sy --noconfirm switch-curl switch-mbedtls switch-zlib \
24+
|| echo "Package sync failed — checking if already installed..." \
25+
&& dkp-pacman -Q switch-curl switch-mbedtls switch-zlib
2626
2727
- name: Build
2828
run: make

0 commit comments

Comments
 (0)