Skip to content

Commit 4f3f1df

Browse files
attempting version upgrade on unix
1 parent b67fb03 commit 4f3f1df

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/cd.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ jobs:
5454
if: matrix.platform == 'macos-13'
5555
shell: bash
5656
run: |
57-
brew install conan
57+
brew install wget
58+
wget https://github.com/conan-io/conan/releases/download/2.22.2/conan-2.22.2-macos-x86_64.tgz
59+
tar -xvzf conan-2.22.2-macos-x86_64.tgz bin/conan -C /usr/bin
5860
conan --version
5961
mkdir -p ~/.conan2/profiles/
6062
touch ~/.conan2/profiles/default # if we don't make a file first, cp thinks its a folder that doesn't exist
@@ -77,7 +79,7 @@ jobs:
7779
sudo apt upgrade -y
7880
sudo apt install -y wget
7981
wget --version
80-
wget https://github.com/conan-io/conan/releases/download/2.17.0/conan-2.17.0-amd64.deb
82+
wget https://github.com/conan-io/conan/releases/download/2.22.2/conan-2.22.2-amd64.deb
8183
sudo apt install -y ./conan-*.deb
8284
conan --version
8385
mkdir -p ~/.conan2/profiles/

0 commit comments

Comments
 (0)