fix(ci): use apk instead of apt-get for curl install
Some checks failed
Build MapleDeploy Coolify Image / build (push) Failing after 21s
Some checks failed
Build MapleDeploy Coolify Image / build (push) Failing after 21s
This commit is contained in:
parent
57c0f6e130
commit
c710025398
1 changed files with 1 additions and 1 deletions
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue