fix(ci): use apk instead of apt-get for curl install

This commit is contained in:
rosslh 2026-02-16 20:41:08 -08:00
parent 78dd81a408
commit c2e20cbf64

View file

@ -68,7 +68,7 @@ jobs:
cat versions.json
- name: Install curl
run: apt-get update && apt-get install -y curl
run: apk add --no-cache curl
- name: Upload artifacts to Bunny CDN
run: |