Switch CI tool installation from apk to apt-get
Some checks failed
CI TEST (Vault secrets) / build (push) Failing after 33s

This commit is contained in:
Nikita Pozdniakov
2026-01-27 15:17:45 +03:00
parent f195714a5d
commit 197a71d93e

View File

@@ -17,11 +17,8 @@ jobs:
- name: Install tools (curl, jq) with timeout - name: Install tools (curl, jq) with timeout
run: | run: |
set -eux set -eux
export APK_TIMEOUT=10 timeout 30s apt-get update
export APK_RETRIES=1 timeout 30s apt-get install -y curl jq
export APK_PROGRESS=plain
timeout 30s apk update -v
timeout 30s apk add --no-cache curl jq
- name: Get Keycloak access token from Gitea secrets - name: Get Keycloak access token from Gitea secrets
env: env: