Skip to content

Commit 2f1a692

Browse files
committed
ci: rename jobs to include compiler
1 parent 3f27e24 commit 2f1a692

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-linux-osx-win-conda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414

1515
jobs:
1616
build-with-conda:
17-
name: '[conda:${{ matrix.os }}:${{ matrix.build_type }}:c++${{ matrix.cxx_std }}]'
17+
name: '[conda:${{ matrix.name }}:${{ matrix.build_type }}:c++${{ matrix.cxx_std }}]'
1818
runs-on: ${{ matrix.os }}
1919
# https://github.com/conda-incubator/setup-miniconda?tab=readme-ov-file#important
2020
defaults:
@@ -104,7 +104,7 @@ jobs:
104104
CC: ${{ matrix.compiler }}
105105
CXX: ${{ matrix.compiler }}
106106
CMAKE_CXX_COMPILER_LAUNCHER: ccache
107-
shell: cmd /C CALL {0}
107+
shell: pwsh
108108
run: |
109109
cmake -B build -S . -G Ninja -DCMAKE_INSTALL_PREFIX="$env:CONDA_PREFIX/Library" -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -DCMAKE_CXX_STANDARD=${{ matrix.cxx_std }} -DBUILD_PYTHON_INTERFACE=ON -DBUILD_WITH_OPENMP_SUPPORT=ON -DLINK_PYTHON_INTERFACE_TO_OPENMP=ON -DBUILD_DOCUMENTATION=ON -DINSTALL_DOCUMENTATION=ON -DBUILD_WITH_VECTORIZATION_SUPPORT=ON
110110

0 commit comments

Comments
 (0)