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 fb68228
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 @@ -112,6 +112,10 @@ jobs:
- name: Install CMake
uses: ssrobins/install-cmake@main

- 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: Install Conan
run: |
pip3 install conan --pre --upgrade
Expand Down

0 comments on commit fb68228

Please sign in to comment.