Skip to content

Commit dd3ed80

Browse files
authored
Better b2 manual build (#431)
1 parent 0a6780d commit dd3ed80

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/conan.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -209,12 +209,7 @@ jobs:
209209
pip install conan
210210
conan profile detect
211211
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
212+
conan install -r conancenter --update \
213+
--tool-requires=b2/5.3.1 --build=b2/5.3.1 -s compiler.cppstd=14 -s:a compiler.cppstd=14
219214
220215
conan create . --build=missing -s compiler.cppstd=14 -s:a compiler.cppstd=14

0 commit comments

Comments
 (0)