We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba59821 commit 7cd7f15Copy full SHA for 7cd7f15
1 file changed
.github/workflows/node.js.yml
@@ -35,6 +35,7 @@ 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
+ chmod a+rwx /tmp/curl
39
podman run --rm -v /tmp/curl:/usr/bin/curl alpine sh -c "curl -sS https://webi.sh/pwsh@7.4.1 | sh"
40
- env:
41
GITHUB_TOKEN: ${{ github.token }}
0 commit comments