Skip to content

Commit

Permalink
Upgrade conan to 1.64 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
canepat authored Jul 9, 2024
1 parent c09f32f commit a18a13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function install_cmake {
function build_setup {
echo "build_setup..."

pip3 install --user --disable-pip-version-check conan==1.62.0 chardet
pip3 install --user --disable-pip-version-check conan==1.64.1 chardet
conan_path="$(python3 -m site --user-base)/bin"
export "PATH=$conan_path:$PATH"
conan --version
Expand Down

0 comments on commit a18a13e

Please sign in to comment.