Browse Source

Ensure latest conan version.

main
offa 4 years ago
parent
commit
44bd2cf8c8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      script/ci_build.sh

+ 1
- 1
script/ci_build.sh View File

@@ -4,7 +4,7 @@ set -ex

# Conan
apt-get install -y python3-pip
pip3 install conan
pip3 install -U conan
conan profile new default --detect

if [[ "${CXX}" == clang* ]]

Loading…
Cancel
Save