Skip to content

Commit

Permalink
Update node_modules permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
rajsite committed Apr 24, 2024
1 parent 1fb653a commit 8fad602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- run: |
npm ci
npm config set unsafe-perm true
chmod -R a+x node_modules
- run: |
git clone https://github.com/juj/emsdk.git
cd emsdk
Expand Down

0 comments on commit 8fad602

Please sign in to comment.