Skip to content

Commit

Permalink
Try Python interpreter in same directory as nihtest.
Browse files Browse the repository at this point in the history
  • Loading branch information
dillof committed Aug 30, 2024
1 parent d713d7a commit 4033ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
if: ${{ runner.os == 'macOS' }}
working-directory: ${{runner.workspace}}/build
run: |
cmake -DPYTHONBIN=/usr/bin/python3 ${{github.workspace}}
cmake -DPYTHONBIN=/Library/Frameworks/Python.framework/Versions/Current/bin/python ${{github.workspace}}
- name: build
working-directory: ${{runner.workspace}}/build
Expand Down

0 comments on commit 4033ecb

Please sign in to comment.