We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8327c29 commit 99ef426Copy full SHA for 99ef426
.github/workflows/unit-tests.yml
@@ -76,8 +76,8 @@ jobs:
76
run: >
77
cmake -B ${{ steps.strings.outputs.build-output-dir }}
78
-G "${{ matrix.generator }}"
79
- -DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
80
- -DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
+ -DCMAKE_CXX_COMPILER=/usr/bin/${{ matrix.cpp_compiler }}
+ -DCMAKE_C_COMPILER=/usr/bin/${{ matrix.c_compiler }}
81
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
82
-DSPICY_PROTOBUF_TEST=ON
83
-S ${{ env.GITHUB_WORKSPACE }}
0 commit comments