This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
scope-guard
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Ensure latest conan version.
main
offa
4 years ago
parent
17a8db43ce
commit
44bd2cf8c8
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+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* ]]
Write
Preview
Loading…
Cancel
Save