CI fix
All checks were successful
image / image (push) Successful in 1h54m4s

This commit is contained in:
Jorijn van der Graaf 2026-08-09 14:58:41 +02:00
commit 630db1179a

View file

@ -23,9 +23,11 @@ jobs:
timeout-minutes: 420 timeout-minutes: 420
steps: steps:
# actions/checkout & friends are Node actions; bare alpine has no node. # actions/checkout & friends are Node actions; bare alpine has no node.
# bash: required by the forgejo-release composite action. # bash, curl, jq: required by the forgejo-release composite action —
# its setup_api falls back to apt-get when jq/curl are missing, which
# exits 127 on alpine.
- name: Provision job container - name: Provision job container
run: apk add -q nodejs git bash run: apk add -q nodejs git bash curl jq
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4