We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ffb519 commit 3c65ee9Copy full SHA for 3c65ee9
.github/workflows/build.yml
@@ -137,7 +137,7 @@ jobs:
137
if: matrix.os != 'windows-latest' && steps.cache-binaryen.outputs.cache-hit != 'true'
138
working-directory: ./binaryen
139
run: |
140
- cmake -G Ninja -DBUILD_STATIC_LIB=ON -DBUILD_TESTS=off -DINSTALL_LIBS=off .
+ cmake -G Ninja .
141
ninja
142
143
- name: Build binaryen
0 commit comments