Skip to content

Commit

Permalink
Merge pull request #226 from evoandro/staging
Browse files Browse the repository at this point in the history
linux action test - 2
  • Loading branch information
evoandro authored Jun 6, 2024
2 parents c60f265 + c15e4e6 commit b8c149b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@ jobs:
node-version: '18'

- name: Install Emscripten
run: sudo apt-get install emscripten
run: |
emcc --version
sudo apt-get install emscripten
- name: Compile wasm
run: |
Expand Down

0 comments on commit b8c149b

Please sign in to comment.