소스 검색

Ensure latest conan version.

main
offa 5 년 전
부모
커밋
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* ]]

Loading…
취소
저장