Skip to content

Commit 848765e

Browse files
committed
ci: 再次修复WebAssembly门禁
1 parent 96e79ac commit 848765e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ jobs:
117117
run: |
118118
mkdir -p install
119119
if [ "${{ matrix.lang }}" = "wasm" ]; then
120+
embuilder build sdl2
120121
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
121122
cmake --build build --target CoralReefCam --parallel $(nproc)
122123
else

0 commit comments

Comments
 (0)