We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46d5b57 commit b5ec8faCopy full SHA for b5ec8fa
1 file changed
.ci/install.sh
@@ -2,11 +2,9 @@
2
3
set -e
4
set -x
5
-#ls -A | grep -v src | xargs rm -r || :
6
if [[ "$(uname -s)" == 'Darwin' ]]; then
7
brew update || brew update
8
- brew install cmake || true
+ brew install cmake || :
+ brew install python3 || :
9
fi
10
-pip install conan --upgrade
11
-pip install conan_package_tools bincrafters_package_tools
12
-conan user
+pip3 install conan --upgrade
0 commit comments