Skip to content

Commit

Permalink
Try newer Emscripten
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <[email protected]>
  • Loading branch information
jviotti committed Oct 15, 2024
1 parent 4cb0892 commit fe74236
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: sudo apt update
- run: sudo apt install -y emscripten
- run: |
git clone https://github.com/emscripten-core/emsdk.git
cd emsdk
./emsdk install latest
./emsdk activate latest
echo "$PWD/emsdk" >> $GITHUB_PATH
if: matrix.binding.name == 'nodejs'
- run: make -C bindings/${{ matrix.binding.name }} compile
- run: make -C bindings/${{ matrix.binding.name }} test

0 comments on commit fe74236

Please sign in to comment.