We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28d1bea commit e39038fCopy full SHA for e39038f
.github/workflows/cpp_b2.yml
@@ -93,7 +93,7 @@ jobs:
93
unzip b2.zip
94
cd b2-release
95
./bootstrap.sh
96
- ./b2 install b2-install-layout=portable --prefix=/usr/bin
+ ./b2 install b2-install-layout=portable --prefix=/usr/local/bin
97
echo "using ${B2_TOOLSET} : : ${CXX_PATH} ;" > ${HOME}/user-config.jam
98
99
- name: Clone Library
0 commit comments