diff --git a/.forgejo/workflows/package-check.yml b/.forgejo/workflows/package-check.yml index 5bc7fc8..12d002b 100644 --- a/.forgejo/workflows/package-check.yml +++ b/.forgejo/workflows/package-check.yml @@ -20,13 +20,7 @@ jobs: steps: - name: Install dependencies shell: sh - run: | - cat > /etc/apk/repositories << EOF - https://dl-cdn.alpinelinux.org/alpine/edge/main - https://dl-cdn.alpinelinux.org/alpine/edge/community - https://dl-cdn.alpinelinux.org/alpine/edge/testing - EOF - apk upgrade --no-cache -a + run: | apk add --no-cache git nodejs npm bash sed curl $PACKAGE - uses: actions/checkout@v3