Skip to content

Commit b9ac08e

Browse files
authored
Update ci.yml
1 parent 17643a9 commit b9ac08e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
#####################################
6565
- name: Configure
6666
run: |
67-
cmake -B build -S . -GNinja -DCMAKE_BUILD_TYPE=Release
67+
cmake -B build -S . -GNinja -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF
6868
shell: bash
6969

7070
#####################################

0 commit comments

Comments
 (0)