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 a83b025 commit 394f3ccCopy full SHA for 394f3cc
.github/workflows/conan.yml
@@ -211,7 +211,8 @@ jobs:
211
212
mkdir b2-tmp
213
echo "[requires]\nb2/5.3.2\n" > b2-tmp/conanfile.txt
214
- conan install b2-tmp --build=missing -s compiler.cppstd=14 -s:a compiler.cppstd=14
+ cat conanfile.txt
215
+ conan install b2-tmp --build=b2/5.3.2 -s compiler.cppstd=14 -s:a compiler.cppstd=14
216
rm -r b2-tmp
217
218
conan create . --build=missing -s compiler.cppstd=14 -s:a compiler.cppstd=14
0 commit comments