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 58
58
59
59
- name : Install
60
60
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
62
62
63
63
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
64
64
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 38
38
39
39
- name : Install
40
40
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
42
42
conan profile new default --detect --force
43
43
mkdir -p build && cd build
44
44
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