Skip to content

Commit 4a366b2

Browse files
committed
Don't use sudo to use homebrew.
1 parent 5c50fca commit 4a366b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
8484
# 2020-06-24: The Homebrew copy of gettext leaks into the macOS build
8585
# if it is present. Uninstall gettext to make sure that doesn't happen.
86-
sudo brew uninstall --ignore-dependencies gettext
86+
brew uninstall --ignore-dependencies gettext
8787
8888
# Do the build for the requested target.
8989
make -e ${{ matrix.target }}

0 commit comments

Comments
 (0)