diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index a04c081..31ef8e4 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -17,11 +17,8 @@ jobs: - name: Install tools (curl, jq) with timeout run: | set -eux - export APK_TIMEOUT=10 - export APK_RETRIES=1 - export APK_PROGRESS=plain - timeout 30s apk update -v - timeout 30s apk add --no-cache curl jq + timeout 30s apt-get update + timeout 30s apt-get install -y curl jq - name: Get Keycloak access token from Gitea secrets env: