Skip to content

Commit

Permalink
Trying to fix syscall
Browse files Browse the repository at this point in the history
  • Loading branch information
grantnelson-wf committed Jun 21, 2024
1 parent 6bbaaa7 commit 56016f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-gopherjs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:
shell: bash
# Install required Node.js packages including optional (node-syscall).
run: |
npm ci --include=optional --no-package-lock
npm install --include=optional --no-package-lock
- name: Setup Node.js
working-directory: ${{ env.GOPHERJS_PATH }}
Expand Down

0 comments on commit 56016f5

Please sign in to comment.