mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
Install curl from apk
This commit is contained in:
parent
8691e029b5
commit
86083d644d
1 changed files with 1 additions and 1 deletions
|
@ -315,6 +315,6 @@ github-release:
|
|||
rules:
|
||||
- if: '$CI_COMMIT_TAG =~ /^test\d+\.\d+\.\d+$/'
|
||||
before_script:
|
||||
- apk update && apk add jq
|
||||
- apk update && apk add jq curl
|
||||
script:
|
||||
- ./.ci/update-github-release.sh
|
||||
|
|
Loading…
Reference in a new issue