Skip to content

Commit 6918783

Browse files
committed
workflow: no c_compiler
1 parent 0cfb906 commit 6918783

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ jobs:
6363
run: >
6464
cmake -B ${{ steps.strings.outputs.build-output-dir }}
6565
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
66-
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
6766
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
6867
-S ${{ github.workspace }}
6968

0 commit comments

Comments
 (0)