Skip to content

Commit aa10796

Browse files
authored
[phast3] Added CONDA_PREFIX env var
1 parent ff219d4 commit aa10796

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cmake-multi-platform.yml

+4
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ jobs:
7474
cache-environment: true
7575
post-cleanup: 'all'
7676

77+
- name: Set CONDA_PREFIX
78+
shell: bash
79+
run: echo "CONDA_PREFIX=${{ env.MAMBA_ROOT_PREFIX }}\envs\phast-dev" >> "$GITHUB_ENV"
80+
7781
- name: Configure CMake
7882
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
7983
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type

0 commit comments

Comments
 (0)