Add curl depend

This commit is contained in:
Antoine Martin 2024-10-15 22:43:47 -04:00
parent 37e3f20546
commit ba2ac8e009
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -15,7 +15,7 @@ jobs:
downstream: https://ayakael.net/api/packages/alpine-archive/alpine/edge/main
steps:
- name: Environment setup
run: apk add grep coreutils gawk
run: apk add grep coreutils gawk curl
- name: Fetch info from upstream
run: |
apk --allow-untrusted --update-cache --repositories-file /dev/null --repository $upstream update