Skip to content

Commit 05d8292

Browse files
authored
[phast3] Added debugging
1 parent 371fca8 commit 05d8292

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
@@ -83,6 +83,10 @@ jobs:
8383
shell: bash
8484
run: echo "CONDA_PREFIX=${{ env.MAMBA_ROOT_PREFIX }}/envs/phast-dev" >> "$GITHUB_ENV"
8585

86+
- name: Debug CONDA_PREFIX
87+
shell: bash
88+
run: find ${{ env.MAMBA_ROOT_PREFIX }}
89+
8690
- name: Configure CMake
8791
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
8892
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type

0 commit comments

Comments
 (0)