fix: added apk update to read new mirrors
Some checks failed
CI / build-and-publish (push) Failing after 1s

This commit is contained in:
2026-05-12 10:51:02 +03:30
parent 938060cd3f
commit 330fd88ecc

View File

@@ -20,6 +20,7 @@ jobs:
run: | run: |
set -e set -e
echo "$ALPINE_MIRROR" > /etc/apk/repositories echo "$ALPINE_MIRROR" > /etc/apk/repositories
apk update
apk add --no-cache git apk add --no-cache git
GIT_URL="https://${GITEA_TOKEN}@${GITHUB_SERVER_URL#https://}/${GITHUB_REPOSITORY}.git" GIT_URL="https://${GITEA_TOKEN}@${GITHUB_SERVER_URL#https://}/${GITHUB_REPOSITORY}.git"