Skip to content

Commit 394f3cc

Browse files
committed
fix build command
1 parent a83b025 commit 394f3cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/conan.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,8 @@ jobs:
211211
212212
mkdir b2-tmp
213213
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
214+
cat conanfile.txt
215+
conan install b2-tmp --build=b2/5.3.2 -s compiler.cppstd=14 -s:a compiler.cppstd=14
215216
rm -r b2-tmp
216217
217218
conan create . --build=missing -s compiler.cppstd=14 -s:a compiler.cppstd=14

0 commit comments

Comments
 (0)