Skip to content

Commit a81b2b0

Browse files
committed
Updated
1 parent 0ee8de5 commit a81b2b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/upload-conan-pkgs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
-s build_type=${{ matrix.build_type }} \
5757
-s compiler.version=${{ matrix.compiler_version }} \
5858
-s compiler.libcxx=${{ matrix.compiler_libcxx }} \
59-
-b missing -b b2/* \
59+
-b missing \
6060
--update \
6161
--user=osp \
6262
--channel=${CHANNEL} \
@@ -102,7 +102,7 @@ jobs:
102102
fi
103103
conan create \
104104
-s build_type=${{ matrix.build_type }} \
105-
-b missing -b b2/* \
105+
-b missing \
106106
--update \
107107
--user=osp \
108108
--channel=${CHANNEL} \

0 commit comments

Comments
 (0)