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 17643a9 commit b9ac08eCopy full SHA for b9ac08e
.github/workflows/ci.yml
@@ -64,7 +64,7 @@ jobs:
64
#####################################
65
- name: Configure
66
run: |
67
- cmake -B build -S . -GNinja -DCMAKE_BUILD_TYPE=Release
+ cmake -B build -S . -GNinja -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF
68
shell: bash
69
70
0 commit comments