Skip to content

Commit

Permalink
Update build-libantimonyjs-github-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NSR-Physiome committed Nov 6, 2023
1 parent 5fc9043 commit 3494985
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-libantimonyjs-github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
node-version: '14'
- run: npm install -g bats
- run: bats -v
- run: pwd
- run: mkdir tools
- name: get emscripten
run: git clone https://github.com/emscripten-core/emsdk.git
working-directory: tools
- run: pwd
- run: git clone https://github.com/emscripten-core/emsdk.git
- name: install emscripten sdk
run: ./emsdk install 3.1.20
working-directory: tools/emsdk
- run: pwd
- run: ./emsdk install 3.1.20

0 comments on commit 3494985

Please sign in to comment.