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 dd7a77c commit 06dfe1eCopy full SHA for 06dfe1e
.github/workflows/test.yaml
@@ -25,11 +25,11 @@ jobs:
25
26
- name: Configure
27
shell: bash
28
- run: cmake -B build_dir -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE}}
+ run: cmake -B build_dir -DCMAKE_BUILD_TYPE=${{ matrix.build_config }}
29
30
- name: Build
31
32
- run: cmake --build build_dir --config ${{ env.BUILD_TYPE }}
+ run: cmake --build build_dir --config ${{ matrix.build_config }}
33
34
- name: Run Tests
35
working-directory: build_dir
0 commit comments