Skip to content

Commit 32e80e9

Browse files
committed
Added sudo to the make install.
1 parent 707a8f3 commit 32e80e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
make -j 3 && sudo make install
4545
elif [ "$RUNNER_OS" == "macOS" ]; then
4646
cmake . -DBUILD_SHARED_LIBS=${{matrix.build-shared}}
47-
make -j 4 && make install
47+
make -j 4 && sudo make install
4848
else
4949
echo "$RUNNER_OS not supported"
5050
exit 1

0 commit comments

Comments
 (0)