Skip to content

Commit 899c623

Browse files
committed
Fix build
1 parent bee50b7 commit 899c623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest] # os: [ubuntu-latest, macos-latest]
14-
linkage: [dynamic, static]
14+
linkage: [dynamic]
1515

1616
# The CMake configure and build commands are platform agnostic and should work equally
1717
# well on Windows or Mac. You can convert this to a matrix build if you need

0 commit comments

Comments
 (0)