Skip to content

Commit

Permalink
Added sudo to the make install.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosfield committed Apr 28, 2024
1 parent 707a8f3 commit 32e80e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
make -j 3 && sudo make install
elif [ "$RUNNER_OS" == "macOS" ]; then
cmake . -DBUILD_SHARED_LIBS=${{matrix.build-shared}}
make -j 4 && make install
make -j 4 && sudo make install
else
echo "$RUNNER_OS not supported"
exit 1
Expand Down

0 comments on commit 32e80e9

Please sign in to comment.