We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba59821 commit c291235Copy full SHA for c291235
1 file changed
.github/workflows/node.js.yml
@@ -35,7 +35,8 @@ jobs:
35
- name: "Test in a minimal container"
36
run: |
37
wget -O /tmp/curl https://github.com/moparisthebest/static-curl/releases/download/v8.5.0/curl-amd64
38
- podman run --rm -v /tmp/curl:/usr/bin/curl alpine sh -c "curl -sS https://webi.sh/pwsh@7.4.1 | sh"
+ chmod a+rwx /tmp/curl
39
+ podman run --rm -v /tmp/curl:/usr/bin/curl:Z alpine sh -c "curl -sS https://webi.sh/pwsh@7.4.1 | sh"
40
- env:
41
GITHUB_TOKEN: ${{ github.token }}
42
run: npm run test
0 commit comments