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 2475868 commit 0ee8de5Copy full SHA for 0ee8de5
1 file changed
.github/workflows/upload-conan-pkgs.yml
@@ -56,7 +56,7 @@ jobs:
56
-s build_type=${{ matrix.build_type }} \
57
-s compiler.version=${{ matrix.compiler_version }} \
58
-s compiler.libcxx=${{ matrix.compiler_libcxx }} \
59
- -b missing \
+ -b missing -b b2/* \
60
--update \
61
--user=osp \
62
--channel=${CHANNEL} \
@@ -102,7 +102,7 @@ jobs:
102
fi
103
conan create \
104
105
106
107
108
0 commit comments