Skip to content

Commit 99ef426

Browse files
committed
Gave full paths to compilers
1 parent 8327c29 commit 99ef426

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ jobs:
7676
run: >
7777
cmake -B ${{ steps.strings.outputs.build-output-dir }}
7878
-G "${{ matrix.generator }}"
79-
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
80-
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
79+
-DCMAKE_CXX_COMPILER=/usr/bin/${{ matrix.cpp_compiler }}
80+
-DCMAKE_C_COMPILER=/usr/bin/${{ matrix.c_compiler }}
8181
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
8282
-DSPICY_PROTOBUF_TEST=ON
8383
-S ${{ env.GITHUB_WORKSPACE }}

0 commit comments

Comments
 (0)