Skip to content

Commit 931fb7f

Browse files
authored
skip build fuzzing
1 parent f4691be commit 931fb7f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ jobs:
8888
-DENABLE_WERROR=OFF \
8989
-DBUILD_TOOLS=ON \
9090
-DBUILD_STATIC_LIB=OFF \
91-
-DBUILD_TESTS=OFF
91+
-DBUILD_TESTS=OFF \
92+
-DBUILD_FUZZING=OFF
9293
emmake ninja
9394
cd ../..
9495
npm run bundle

0 commit comments

Comments
 (0)