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.
2 parents 95dc5f8 + 3b862ad commit f86011fCopy full SHA for f86011f
.github/workflows/conan.yml
@@ -209,12 +209,7 @@ jobs:
209
pip install conan
210
conan profile detect
211
212
- mkdir b2-tmp
213
- echo '[requires]
214
- b2/5.3.2
215
- ' > b2-tmp/conanfile.txt
216
- cat b2-tmp/conanfile.txt
217
- conan install b2-tmp --build=b2/5.3.2 -s compiler.cppstd=14 -s:a compiler.cppstd=14
218
- rm -r b2-tmp
+ conan install -r conancenter --update \
+ --tool-requires=b2/5.3.1 --build=b2/5.3.1 -s compiler.cppstd=14 -s:a compiler.cppstd=14
219
220
conan create . --build=missing -s compiler.cppstd=14 -s:a compiler.cppstd=14
src/viam/api/api_proto_tag.lock
@@ -1 +1 @@
1
-v0.1.434
+v0.1.436
0 commit comments