fix: added apk update to read new mirrors
Some checks failed
CI / build-and-publish (push) Failing after 1s
Some checks failed
CI / build-and-publish (push) Failing after 1s
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -20,6 +20,7 @@ jobs:
|
||||
run: |
|
||||
set -e
|
||||
echo "$ALPINE_MIRROR" > /etc/apk/repositories
|
||||
apk update
|
||||
apk add --no-cache git
|
||||
|
||||
GIT_URL="https://${GITEA_TOKEN}@${GITHUB_SERVER_URL#https://}/${GITHUB_REPOSITORY}.git"
|
||||
|
||||
Reference in New Issue
Block a user