Skip to content

Commit c291235

Browse files
committed
Attempt o grant permissions
1 parent ba59821 commit c291235

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/node.js.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
- name: "Test in a minimal container"
3636
run: |
3737
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"
38+
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"
3940
- env:
4041
GITHUB_TOKEN: ${{ github.token }}
4142
run: npm run test

0 commit comments

Comments
 (0)