Skip to content

Commit 06dfe1e

Browse files
committed
GHA: Fixed build config
1 parent dd7a77c commit 06dfe1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525

2626
- name: Configure
2727
shell: bash
28-
run: cmake -B build_dir -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE}}
28+
run: cmake -B build_dir -DCMAKE_BUILD_TYPE=${{ matrix.build_config }}
2929

3030
- name: Build
3131
shell: bash
32-
run: cmake --build build_dir --config ${{ env.BUILD_TYPE }}
32+
run: cmake --build build_dir --config ${{ matrix.build_config }}
3333

3434
- name: Run Tests
3535
working-directory: build_dir

0 commit comments

Comments
 (0)