We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8600c2c commit 605390cCopy full SHA for 605390c
1 file changed
.github/workflows/build.yml
@@ -91,7 +91,8 @@ jobs:
91
-DBUILD_TOOLS=ON \
92
-DBUILD_STATIC_LIB=OFF \
93
-DBUILD_TESTS=OFF \
94
- -DBUILD_FUZZTEST=OFF
+ -DBUILD_FUZZTEST=OFF \
95
+ -DThreads_FOUND=TRUE
96
emmake ninja
97
cd ../..
98
npm run bundle
0 commit comments