diff --git a/.forgejo/workflows/generate-tarball.yml b/.forgejo/workflows/generate-tarball.yml index 24a46e5746..2101ce18e5 100644 --- a/.forgejo/workflows/generate-tarball.yml +++ b/.forgejo/workflows/generate-tarball.yml @@ -17,7 +17,7 @@ jobs: CI_ALPINE_TARGET_RELEASE: edge steps: - name: Environment setup - run: apk add nodejs git cabal patch + run: apk add nodejs git cabal patch wget - name: Repo pull uses: actions/checkout@v4 with: @@ -46,7 +46,7 @@ jobs: CI_ALPINE_TARGET_RELEASE: v3.20 steps: - name: Environment setup - run: apk add nodejs git cabal patch + run: apk add nodejs git cabal patch wget - name: Repo pull uses: actions/checkout@v4 with: