We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca5702d commit b4d8100Copy full SHA for b4d8100
.github/workflows/cpp_b2.yml
@@ -90,7 +90,7 @@ jobs:
90
unzip b2.zip
91
cd b2-release
92
./bootstrap.sh
93
- ./b2 install b2-install-layout=portable --prefix=/usr/local/bin
+ ./b2 -d+2 install b2-install-layout=portable --prefix=/usr/local/bin
94
echo "using ${B2_TOOLSET} : : ${CXX_PATH} ;" > ${HOME}/user-config.jam
95
96
- name: Setup B2
@@ -104,7 +104,7 @@ jobs:
104
git clone --branch=release --depth=1 https://github.com/bfgroup/b2.git
105
cd b2
106
bootstrap
107
- b2 install b2-install-layout=portable
+ .\b2.exe -d+2 install b2-install-layout=portable
108
echo "using %B2_TOOLSET% : : %CXX_PATH% ;" > %HOME%/user-config.jam
109
110
- name: Clone Library
0 commit comments