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