We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 371fca8 commit 05d8292Copy full SHA for 05d8292
.github/workflows/cmake-multi-platform.yml
@@ -83,6 +83,10 @@ jobs:
83
shell: bash
84
run: echo "CONDA_PREFIX=${{ env.MAMBA_ROOT_PREFIX }}/envs/phast-dev" >> "$GITHUB_ENV"
85
86
+ - name: Debug CONDA_PREFIX
87
+ shell: bash
88
+ run: find ${{ env.MAMBA_ROOT_PREFIX }}
89
+
90
- name: Configure CMake
91
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
92
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
0 commit comments