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 4e79cdf commit 5c306f4Copy full SHA for 5c306f4
.github/workflows/cd.yml
@@ -54,9 +54,7 @@ jobs:
54
if: matrix.platform == 'macos-13'
55
shell: bash
56
run: |
57
- wget https://github.com/conan-io/conan/releases/download/2.22.2/conan-2.22.2-macos-x86_64.tgz
58
- tar -xvzf conan-2.22.2-macos-x86_64.tgz
59
- cp ./bin/conan /usr/local/bin
+ python3 -m pip install conan
60
conan --version
61
mkdir -p ~/.conan2/profiles/
62
touch ~/.conan2/profiles/default # if we don't make a file first, cp thinks its a folder that doesn't exist
0 commit comments