File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ concurrency:
1414
1515jobs :
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
You can’t perform that action at this time.
0 commit comments