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 5e0e4fe1b4
commit a03b89dd38

View file

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