We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 93aad9a + 4a366b2 commit 480f9c7Copy full SHA for 480f9c7
.github/workflows/release.yaml
@@ -83,7 +83,7 @@ jobs:
83
84
# 2020-06-24: The Homebrew copy of gettext leaks into the macOS build
85
# if it is present. Uninstall gettext to make sure that doesn't happen.
86
- sudo brew uninstall --ignore-dependencies gettext
+ brew uninstall --ignore-dependencies gettext
87
88
# Do the build for the requested target.
89
make -e ${{ matrix.target }}
0 commit comments