File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 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
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/
You can’t perform that action at this time.
0 commit comments