Skip to content

Commit edf1c4d

Browse files
committed
..
1 parent 1eb1c4c commit edf1c4d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: actions/checkout@v3
5353

5454
- name: Set conda environment
55-
uses: mamba-org/setup-micromamba@v1
55+
uses: mamba-org/setup-micromamba@v2
5656
with:
5757
environment-file: environment-dev.yml
5858
cache-environment: true

.github/workflows/osx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727
uses: actions/checkout@v3
2828

2929
- name: Set conda environment
30-
uses: mamba-org/setup-micromamba@v1
30+
uses: mamba-org/setup-micromamba@v2
3131
with:
3232
environment-file: environment-dev.yml
3333
cache-environment: true
3434

3535
- name: Configure using CMake
36-
run: cmake -Bbuild -DDOWNLOAD_GTEST=ON -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX -DCMAKE_C_COMPILER=$CC -DCMAKE_CXX_COMPILER=$CXX $(Build.SourcesDirectory)
36+
run: cmake -Bbuild -DDOWNLOAD_GTEST=ON -DCMAKE_PREFIX_PATH=$CONDA_PREFIX -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX -DCMAKE_C_COMPILER=$CC -DCMAKE_CXX_COMPILER=$CXX $(Build.SourcesDirectory)
3737

3838
- name: Install
3939
working-directory: build

0 commit comments

Comments
 (0)