We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eee11a2 commit b21ea58Copy full SHA for b21ea58
.github/workflows/cmake.yml
@@ -32,7 +32,7 @@ jobs:
32
shell: bash
33
working-directory: ${{runner.workspace}}/build
34
env:
35
- CC: ${{ matrix.compiler }}
+ CXX: ${{ matrix.compiler }}
36
# Note the current convention is to use the -S and -B options here to specify source
37
# and build directories, but this is only available with CMake 3.13 and higher.
38
# The CMake binaries on the Github Actions machines are (as of this writing) 3.12
0 commit comments