Skip to content

Commit

Permalink
fix for emscripten build with simd
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed Mar 11, 2024
1 parent 1e4c4d8 commit 56b90aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- run: sudo apt-get update && sudo apt install pcregrep libjpeg-dev ninja-build
- run: ./build.sh linux
- run: ./build.sh emscripten
- run: ./build.sh emscripten-simd
- run: ./build.sh --simd emscripten
- run: echo "Done!"
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 56b90aa

Please sign in to comment.