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 0d3e445 commit dcc0e7bCopy full SHA for dcc0e7b
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
46
- name: Configure
47
shell: pwsh
48
- run: cmake "--preset=Release -D BUILD_SHARED_LIBS=${{ matrix.shared }}
+ run: cmake --preset=Release -D BUILD_SHARED_LIBS=${{ matrix.shared }}
49
50
- name: Setup PATH
51
if: matrix.os == 'windows-2022' && matrix.type == 'shared'
0 commit comments