Skip to content

Commit b4d8100

Browse files
committed
Add b2 install info.
1 parent ca5702d commit b4d8100

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cpp_b2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
unzip b2.zip
9191
cd b2-release
9292
./bootstrap.sh
93-
./b2 install b2-install-layout=portable --prefix=/usr/local/bin
93+
./b2 -d+2 install b2-install-layout=portable --prefix=/usr/local/bin
9494
echo "using ${B2_TOOLSET} : : ${CXX_PATH} ;" > ${HOME}/user-config.jam
9595
9696
- name: Setup B2
@@ -104,7 +104,7 @@ jobs:
104104
git clone --branch=release --depth=1 https://github.com/bfgroup/b2.git
105105
cd b2
106106
bootstrap
107-
b2 install b2-install-layout=portable
107+
.\b2.exe -d+2 install b2-install-layout=portable
108108
echo "using %B2_TOOLSET% : : %CXX_PATH% ;" > %HOME%/user-config.jam
109109
110110
- name: Clone Library

0 commit comments

Comments
 (0)