File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5858
5959 - name : Install
6060 run : |
61- python -m pip install cmake==3.22.2 conan==1.44.1 --upgrade
61+ python -m pip install cmake==3.22.2 conan>=1.52.0 --upgrade
6262
6363 wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
6464 sudo add-apt-repository 'deb http://apt.llvm.org/focal/ llvm-toolchain-focal-10 main' -y
Original file line number Diff line number Diff line change 3838
3939 - name : Install
4040 run : |
41- python -m pip install cmake==3.22.2 conan==1.44.1 --upgrade
41+ python -m pip install cmake==3.22.2 conan>=1.52.0 --upgrade
4242 conan profile new default --detect --force
4343 mkdir -p build && cd build
4444 conan install .. --build=missing -s arch=${{ matrix.conan_arch }} -s build_type=${{ matrix.type }}
You can’t perform that action at this time.
0 commit comments