diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 2fe0e51..913d261 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -22,9 +22,10 @@ jobs: runs-on: pmos timeout-minutes: 420 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. - name: Provision job container - run: apk add -q nodejs git + run: apk add -q nodejs git bash - name: Checkout uses: actions/checkout@v4