We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff11405 commit c3f1f58Copy full SHA for c3f1f58
.github/workflows/upload-conan-pkgs.yml
@@ -42,9 +42,10 @@ jobs:
42
#!/bin/bash -v
43
set -eu
44
cd /mnt/source
45
- conan remote add osp https://osp.jfrog.io/artifactory/api/conan/conan-local --force
46
- pip install conan --user --upgrade
+ rm -rf ~/.conan2
+ pip install --user --upgrade conan~=2.22
47
conan profile detect --force
48
+ conan remote add osp https://osp.jfrog.io/artifactory/api/conan/conan-local --force
49
REFNAME="${GITHUB_REF#refs/*/}"
50
VERSION="v$(<version.txt)"
51
if [[ $GITHUB_REF == refs/tags/* ]] && [[ $REFNAME == $VERSION ]]; then CHANNEL="stable"
0 commit comments