Skip to content

Commit 7cd7f15

Browse files
committed
Attempt o grant permissions
1 parent ba59821 commit 7cd7f15

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ 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+
chmod a+rwx /tmp/curl
3839
podman run --rm -v /tmp/curl:/usr/bin/curl alpine sh -c "curl -sS https://webi.sh/pwsh@7.4.1 | sh"
3940
- env:
4041
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)