Add curl depend
This commit is contained in:
parent
37e3f20546
commit
ba2ac8e009
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ jobs:
|
||||||
downstream: https://ayakael.net/api/packages/alpine-archive/alpine/edge/main
|
downstream: https://ayakael.net/api/packages/alpine-archive/alpine/edge/main
|
||||||
steps:
|
steps:
|
||||||
- name: Environment setup
|
- name: Environment setup
|
||||||
run: apk add grep coreutils gawk
|
run: apk add grep coreutils gawk curl
|
||||||
- name: Fetch info from upstream
|
- name: Fetch info from upstream
|
||||||
run: |
|
run: |
|
||||||
apk --allow-untrusted --update-cache --repositories-file /dev/null --repository $upstream update
|
apk --allow-untrusted --update-cache --repositories-file /dev/null --repository $upstream update
|
||||||
|
|
Loading…
Reference in a new issue