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 1da9e78 commit 2068773Copy full SHA for 2068773
.github/workflows/build.yml
@@ -82,7 +82,7 @@ jobs:
82
run: |
83
mkdir build
84
cd build
85
- cmake .. -DCMAKE_BUILD_TYPE=${{ matrix.build_type }}"
+ cmake .. -DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
86
87
- name: Build with ${{ matrix.build_type }}
88
shell: pwsh
0 commit comments