Skip to content

Commit e39038f

Browse files
committed
Change to /usr/local/bin for b2 install as that works with osx.
1 parent 28d1bea commit e39038f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp_b2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
unzip b2.zip
9494
cd b2-release
9595
./bootstrap.sh
96-
./b2 install b2-install-layout=portable --prefix=/usr/bin
96+
./b2 install b2-install-layout=portable --prefix=/usr/local/bin
9797
echo "using ${B2_TOOLSET} : : ${CXX_PATH} ;" > ${HOME}/user-config.jam
9898
9999
- name: Clone Library

0 commit comments

Comments
 (0)