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 67bfbe5 commit 05f1668
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-libantimonyjs-github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ jobs:
- run: bats -v
- name: get emscripten
run: git clone https://github.com/emscripten-core/emsdk.git
- name: install emscripten sdk
- name: change emsdk script permissions
run: chmod +x emsdk.sh
- name: install emscripten sdk
run: ./emsdk install 3.1.20
working-directory: emsdk
- run: pwd
Expand Down

0 comments on commit 05f1668

Please sign in to comment.