fix(ci): use apk instead of apt-get for curl install
This commit is contained in:
parent
5e0e4fe1b4
commit
a03b89dd38
1 changed files with 1 additions and 1 deletions
|
|
@ -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: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue