Skip to content

Commit ae21ddb

Browse files
committed
Merge branch 'dev' into 3.5
2 parents bb8faa3 + 4a366b2 commit ae21ddb

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)