Skip to content

Commit 9659c9b

Browse files
authored
fix?
1 parent 605390c commit 9659c9b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,10 @@ jobs:
8686
-DCMAKE_BUILD_TYPE=Release \
8787
-DCMAKE_EXE_LINKER_FLAGS="$CMAKE_EXE_LINKER_FLAGS" \
8888
-DENABLE_WERROR=OFF \
89-
-DEMSCRIPTEN_ENABLE_SINGLE_FILE=ON \
9089
-DBUILD_EMSCRIPTEN_TOOLS_ONLY=ON \
9190
-DBUILD_TOOLS=ON \
92-
-DBUILD_STATIC_LIB=OFF \
9391
-DBUILD_TESTS=OFF \
94-
-DBUILD_FUZZTEST=OFF \
95-
-DThreads_FOUND=TRUE
92+
-DBUILD_FUZZTEST=OFF
9693
emmake ninja
9794
cd ../..
9895
npm run bundle

0 commit comments

Comments
 (0)