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 0a6780d commit dd3ed80Copy full SHA for dd3ed80
.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
0 commit comments