We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef65d8 commit d342489Copy full SHA for d342489
.github/workflows/cmake.yml
@@ -81,6 +81,13 @@ jobs:
81
brew install libtiff open-mpi libyaml ccache
82
echo "CMAKE_PREFIX_PATH=/usr/local/opt/libomp" >> $GITHUB_ENV
83
84
+ - name: Select Python 3.10
85
+ # otherwise turtlebrowser/get-conan@v1.1 fails on macos-12
86
+ # ref: https://github.com/turtlebrowser/get-conan/issues/4
87
+ uses: actions/setup-python@v4
88
+ with:
89
+ python-version: '3.10'
90
+
91
- name: Install Conan
92
id: conan
93
uses: turtlebrowser/get-conan@main
0 commit comments