We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb8c404 commit 0cb0ba7Copy full SHA for 0cb0ba7
.github/workflows/MacOS.yml
@@ -174,8 +174,6 @@ jobs:
174
export ARCHITECHURE=$(uname -m)
175
if [[ "$ARCHITECHURE" != "x86_64" ]]; then
176
brew remove unxip
177
- else
178
- brew remove [email protected]
179
fi
180
# workaround for https://github.com/actions/setup-python/issues/577
181
for pkg in $(brew list | grep '^python@'); do
@@ -428,7 +426,6 @@ jobs:
428
426
brew update --force
429
427
430
if [[ "$ARCHITECHURE" == "x86_64" ]]; then
431
432
brew remove swiftlint
433
else
434
0 commit comments