Skip to content

Commit

Permalink
path python macos
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Dec 20, 2024
1 parent 07f45ab commit afe5e73
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,9 +349,11 @@ jobs:
ccache-${{ runner.os }}-${{ github.job }}-${{ env.CCACHE_KEY_SUFFIX }}-
- name: Configure
run: >
run: |
ccache -z
&& cmake -B build -S .
echo $PATH
which python3
cmake -B build -S .
--preset=github-ci
-DCMAKE_INSTALL_PREFIX="${{ env.INSTALL_DIR }}"
-DPython_EXECUTABLE=$(which python3)
Expand Down

0 comments on commit afe5e73

Please sign in to comment.