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 f2df810 commit 1948e94Copy full SHA for 1948e94
.github/workflows/test.yml
@@ -107,7 +107,7 @@ jobs:
107
108
- name: 'Configure CMake (DLL)'
109
working-directory: ${{ github.workspace }}
110
- run: cmake --preset=${{ matrix.build_type }} -DBUILD_TESTING=ON -DBUILD_TOOLS=OFF -DBUILD_SHARED_LIBS=ON1
+ run: cmake --preset=${{ matrix.build_type }} -DBUILD_TESTING=ON -DBUILD_TOOLS=OFF -DBUILD_SHARED_LIBS=ON
111
112
- name: 'Build (DLL)'
113
0 commit comments