Skip to content

Commit 2068773

Browse files
committed
typo fix for windows
1 parent 1da9e78 commit 2068773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
run: |
8383
mkdir build
8484
cd build
85-
cmake .. -DCMAKE_BUILD_TYPE=${{ matrix.build_type }}"
85+
cmake .. -DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
8686
8787
- name: Build with ${{ matrix.build_type }}
8888
shell: pwsh

0 commit comments

Comments
 (0)