Skip to content

Commit

Permalink
Attempt more straightforward approach.
Browse files Browse the repository at this point in the history
  • Loading branch information
WardF committed Apr 9, 2024
1 parent f24f93a commit 855a687
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@ jobs:
echo ""
env
echo ""
ls "${env.CMAKE_PREFIX_PATH}"
ls ${CONDA_PREFIX}/Library
shell: bash -el {0}

- name: Perform out-of-directory build
shell: bash -el {0}
run: |
mkdir build
cd build
cmake .. -DCMAKE_PREFIX_PATH="${CMAKE_PREFIX_PATH}"
cmake .. -DCMAKE_PREFIX_PATH="${CONDA_PREFIX}/Library"
if: ${{ success() }}

- name: Print Summary
Expand Down

0 comments on commit 855a687

Please sign in to comment.