From aa1079604576d0028af337a67c9d2eaf6a84c484 Mon Sep 17 00:00:00 2001 From: "Charlton, Scott R" Date: Mon, 17 Jun 2024 15:48:06 -0600 Subject: [PATCH] [phast3] Added CONDA_PREFIX env var --- .github/workflows/cmake-multi-platform.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index c781f9f8..88fd6bd4 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -74,6 +74,10 @@ jobs: cache-environment: true post-cleanup: 'all' + - name: Set CONDA_PREFIX + shell: bash + run: echo "CONDA_PREFIX=${{ env.MAMBA_ROOT_PREFIX }}\envs\phast-dev" >> "$GITHUB_ENV" + - name: Configure CMake # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make. # See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type