Skip to content

Commit b21ea58

Browse files
committed
fix compiler env
1 parent eee11a2 commit b21ea58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
shell: bash
3333
working-directory: ${{runner.workspace}}/build
3434
env:
35-
CC: ${{ matrix.compiler }}
35+
CXX: ${{ matrix.compiler }}
3636
# Note the current convention is to use the -S and -B options here to specify source
3737
# and build directories, but this is only available with CMake 3.13 and higher.
3838
# The CMake binaries on the Github Actions machines are (as of this writing) 3.12

0 commit comments

Comments
 (0)