Skip to content

Commit

Permalink
get-conan mac-os workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnDTill committed Nov 2, 2024
1 parent 1b49446 commit ff68c4d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cpp_integration_tests_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- id: install_conan
uses: turtlebrowser/get-conan@main
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/qt_integration_tests_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
- id: Qt
uses: jurplel/install-qt-action@v3
- uses: actions/checkout@v3
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- id: install_conan
uses: turtlebrowser/get-conan@main
with:
Expand Down

0 comments on commit ff68c4d

Please sign in to comment.