File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -174,8 +174,6 @@ jobs:
174
174
export ARCHITECHURE=$(uname -m)
175
175
if [[ "$ARCHITECHURE" != "x86_64" ]]; then
176
176
brew remove unxip
177
- else
178
-
179
177
fi
180
178
# workaround for https://github.com/actions/setup-python/issues/577
181
179
for pkg in $(brew list | grep '^python@'); do
@@ -428,7 +426,6 @@ jobs:
428
426
brew update --force
429
427
export ARCHITECHURE=$(uname -m)
430
428
if [[ "$ARCHITECHURE" == "x86_64" ]]; then
431
-
432
429
brew remove swiftlint
433
430
else
434
431
brew remove unxip
Original file line number Diff line number Diff line change @@ -250,8 +250,6 @@ jobs:
250
250
export ARCHITECHURE=$(uname -m)
251
251
if [[ "$ARCHITECHURE" != "x86_64" ]]; then
252
252
brew remove unxip
253
- else
254
-
255
253
fi
256
254
# workaround for https://github.com/actions/setup-python/issues/577
257
255
for pkg in $(brew list | grep '^python@'); do
You can’t perform that action at this time.
0 commit comments