Skip to content

Commit ad5fe12

Browse files
committed
GHA doesn't need sudo.
1 parent 6238b25 commit ad5fe12

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-
sudo ./b2 install b2-install-layout=portable --prefix=/usr/bin
96+
./b2 install b2-install-layout=portable --prefix=/usr/bin
9797
echo "using ${B2_TOOLSET} : : ${CXX_PATH} ;" > ${HOME}/user-config.jam
9898
9999
- name: Clone Library

0 commit comments

Comments
 (0)