Skip to content

Commit dcc0e7b

Browse files
committed
fix typo
1 parent 0d3e445 commit dcc0e7b

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
@@ -45,7 +45,7 @@ jobs:
4545
4646
- name: Configure
4747
shell: pwsh
48-
run: cmake "--preset=Release -D BUILD_SHARED_LIBS=${{ matrix.shared }}
48+
run: cmake --preset=Release -D BUILD_SHARED_LIBS=${{ matrix.shared }}
4949

5050
- name: Setup PATH
5151
if: matrix.os == 'windows-2022' && matrix.type == 'shared'

0 commit comments

Comments
 (0)