Skip to content

Commit 3c65ee9

Browse files
committed
WIP
1 parent 4ffb519 commit 3c65ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
if: matrix.os != 'windows-latest' && steps.cache-binaryen.outputs.cache-hit != 'true'
138138
working-directory: ./binaryen
139139
run: |
140-
cmake -G Ninja -DBUILD_STATIC_LIB=ON -DBUILD_TESTS=off -DINSTALL_LIBS=off .
140+
cmake -G Ninja .
141141
ninja
142142
143143
- name: Build binaryen

0 commit comments

Comments
 (0)