Skip to content

Commit

Permalink
Add Python bin to PATH so conan can run
Browse files Browse the repository at this point in the history
  • Loading branch information
ssrobins committed Nov 4, 2022
1 parent 04a37fc commit c528dd1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ jobs:
pip3 install conan --pre --upgrade
conan profile detect
- name: Add Python bin to PATH
if: matrix.name == 'ios' || matrix.name == 'macos'
run: echo "/Library/Frameworks/Python.framework/Versions/Current/bin" >> $GITHUB_PATH

- name: Print versions
run: |
cmake --version
Expand Down

0 comments on commit c528dd1

Please sign in to comment.