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 ad15d56 commit c8c9509Copy full SHA for c8c9509
.github/workflows/ci-linux-osx-win-conda.yml
@@ -17,8 +17,8 @@ jobs:
17
name: '[conda:${{ matrix.name }}:${{ matrix.build_type }}:c++${{ matrix.cxx_std }}]'
18
runs-on: ${{ matrix.os }}
19
env:
20
- CMAKE_C_COMPILER: ${{ matrix.compiler }}
21
- CMAKE_CXX_COMPILER: ${{ matrix.compiler }}
+ CC: ${{ matrix.compiler }}
+ CXX: ${{ matrix.compiler }}
22
CMAKE_CXX_COMPILER_LAUNCHER: ccache
23
strategy:
24
fail-fast: false
@@ -104,6 +104,7 @@ jobs:
104
105
- name: Build [Conda/Windows]
106
if: contains(matrix.os, 'windows-')
107
+ shell: cmd /C CALL {0}
108
run: |
109
cmake --build build --config ${{ matrix.build_type }} -v -j 1
110
0 commit comments