Skip to content

Commit 5c306f4

Browse files
changing intel-mac conan installation to python
1 parent 4e79cdf commit 5c306f4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,7 @@ jobs:
5454
if: matrix.platform == 'macos-13'
5555
shell: bash
5656
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
57+
python3 -m pip install conan
6058
conan --version
6159
mkdir -p ~/.conan2/profiles/
6260
touch ~/.conan2/profiles/default # if we don't make a file first, cp thinks its a folder that doesn't exist

0 commit comments

Comments
 (0)