Skip to content

Commit

Permalink
gha: ph-pages - set CMAKE_PREFIX_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
andrsd committed Oct 30, 2023
1 parent ba6216e commit 4c62ba9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
fmt
- name: Build doco
env:
CMAKE_PREFIX_PATH: "$CONDA_PREFIX"
run: |
cmake -S . -B ${{ github.workspace }}/build
make -C ${{ github.workspace }}/build all
Expand Down

0 comments on commit 4c62ba9

Please sign in to comment.