Skip to content

Commit

Permalink
Fix conan builds (#1773)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcague authored Nov 24, 2021
1 parent 58722d1 commit d0c4dbc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/installUbuntuDeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,9 @@ install_mongodb(){
}

install_conan(){
sudo pip3 install conan==1.34
conan remote update conan-center https://conan.bintray.com False
sudo pip3 install conan==1.37
conan remote update conan-center https://center.conan.io False
conan remote update conancenter https://center.conan.io False
}

install_cpplint(){
Expand Down

0 comments on commit d0c4dbc

Please sign in to comment.