We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96e79ac commit 848765eCopy full SHA for 848765e
.github/workflows/build.yml
@@ -117,6 +117,7 @@ jobs:
117
run: |
118
mkdir -p install
119
if [ "${{ matrix.lang }}" = "wasm" ]; then
120
+ embuilder build sdl2
121
emcmake cmake -B build -G Ninja -DCMAKE_INSTALL_PREFIX=install -DHTTPLIB_USE_ZSTD_IF_AVAILABLE=OFF -DBUILD_DEMO=ON -DBUILD_TEST=OFF -D${{ matrix.build_option }}=ON
122
cmake --build build --target CoralReefCam --parallel $(nproc)
123
else
0 commit comments