Skip to content

Commit 9748e49

Browse files
committed
Update workflows
1 parent e87c483 commit 9748e49

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ jobs:
4242
- name: Configure CMake
4343
run: >
4444
cmake -B ${{ steps.strings.outputs.build-output-dir }}
45-
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
46-
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
45+
-DCMAKE_CXX_COMPILER=${{ matrix.cxx_compiler }}
4746
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
4847
-S ${{ github.workspace }}
4948

0 commit comments

Comments
 (0)