fix(ci): use apk instead of apt-get for curl install
Some checks failed
Build MapleDeploy Coolify Image / build (push) Failing after 21s

This commit is contained in:
rosslh 2026-02-16 20:41:08 -08:00
parent 57c0f6e130
commit c710025398

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: |