We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29732eb commit c547727Copy full SHA for c547727
.github/workflows/cmake_runner.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: actions/checkout@v3
21
22
- name: Configure CMake
23
- run: cmake -B ${{github.workspace}}/build -G "Ninja" -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
+ run: cmake -B ${{github.workspace}}/build -G Ninja -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
24
25
- name: Build
26
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
0 commit comments