Commit 2d5a1bb8 authored by Nikias Bassen's avatar Nikias Bassen

[github actions] Update build workflow to not run brew as root for macOS

parent 408badef
......@@ -18,7 +18,7 @@ jobs:
if test -x "`which port`"; then
sudo port install libtool autoconf automake cython
else
sudo brew install libtool autoconf automake cython
brew install libtool autoconf automake cython
fi
else
echo "$RUNNER_OS not supported"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment