diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 8a1093de3..79aeb0c61 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -68,7 +68,7 @@ jobs: cat versions.json - name: Install curl - run: apt-get update && apt-get install -y curl + run: apk add --no-cache curl - name: Upload artifacts to Bunny CDN run: |