Update .forgejo/workflows/package-check.yml

This commit is contained in:
melody 2025-07-14 05:18:06 +02:00
commit f2258f1919

View file

@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
shell: sh
run: |
apk add --no-cache git bash jq nodejs npm
apk add --no-cache git bash jq nodejs npm curl
- uses: actions/checkout@v3