Skip to content

Commit da78755

Browse files
authored
Merge branch 'main' into robot-client-update
2 parents cf3a49f + c949ca0 commit da78755

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/conan.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,4 +208,13 @@ jobs:
208208
209209
pip install conan
210210
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
219+
211220
conan create . --build=missing -s compiler.cppstd=14 -s:a compiler.cppstd=14

0 commit comments

Comments
 (0)