浏览代码

Ensure latest conan version.

main
offa 4 年前
父节点
当前提交
44bd2cf8c8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      script/ci_build.sh

+ 1
- 1
script/ci_build.sh 查看文件

@@ -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* ]]

正在加载...
取消
保存