Skip to content

Commit

Permalink
attempt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kearfy committed Jul 24, 2024
1 parent 65591b7 commit e84222a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ jobs:
run: ls -R .
shell: bash
- name: Test bindings
run: docker run --rm -v $(pwd):/build -w /build node:${{ matrix.node }}-slim npm run test
run: docker run --rm -v $(pwd):/build -w /build node:${{ matrix.node }}-slim sudo chown -R 1001:127 "/root/.npm" && npm run test
test-linux-x64-musl-binding:
name: Test bindings on x86_64-unknown-linux-musl - node@${{ matrix.node }}
needs:
Expand Down

0 comments on commit e84222a

Please sign in to comment.