Skip to content

Commit

Permalink
yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
rajsite committed Apr 24, 2024
1 parent c390ae7 commit 227983d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
node-version: '20'
registry-url: 'https://registry.npmjs.org'
- run: |
npm ci
npm config set user 0
npm config set unsafe-perm true
npm ci
npm config set user 0
npm config set unsafe-perm true
- run: |
git clone https://github.com/juj/emsdk.git
cd emsdk
Expand Down

0 comments on commit 227983d

Please sign in to comment.