Skip to content

Commit

Permalink
Fix conan library by using latest version (#1462)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcague authored Sep 24, 2019
1 parent b568e51 commit 2560dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/installUbuntuDeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ install_apt_deps(){
}

install_conan(){
pip3 install conan
pip3 install conan==1.18.5
}

download_openssl() {
Expand Down

0 comments on commit 2560dad

Please sign in to comment.