Skip to content

Commit 605390c

Browse files
authored
fix?
1 parent 8600c2c commit 605390c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ jobs:
9191
-DBUILD_TOOLS=ON \
9292
-DBUILD_STATIC_LIB=OFF \
9393
-DBUILD_TESTS=OFF \
94-
-DBUILD_FUZZTEST=OFF
94+
-DBUILD_FUZZTEST=OFF \
95+
-DThreads_FOUND=TRUE
9596
emmake ninja
9697
cd ../..
9798
npm run bundle

0 commit comments

Comments
 (0)