File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,6 @@ jobs:
126
126
if : ${{ steps.cache.outputs.cache-hit != 'true' }}
127
127
run : |
128
128
brew update
129
-
130
129
# workaround for https://github.com/actions/setup-python/issues/577
131
130
for pkg in $(brew list | grep '^python@'); do
132
131
brew unlink "$pkg"
@@ -322,7 +321,6 @@ jobs:
322
321
- name : Install deps
323
322
run : |
324
323
brew update --force
325
-
326
324
brew remove swiftlint
327
325
# workaround for https://github.com/actions/setup-python/issues/577
328
326
for pkg in $(brew list | grep '^python@'); do
Original file line number Diff line number Diff line change @@ -241,8 +241,6 @@ jobs:
241
241
export ARCHITECHURE=$(uname -m)
242
242
if [[ "$ARCHITECHURE" != "x86_64" ]]; then
243
243
brew remove unxip
244
- else
245
-
246
244
fi
247
245
# workaround for https://github.com/actions/setup-python/issues/577
248
246
for pkg in $(brew list | grep '^python@'); do
You can’t perform that action at this time.
0 commit comments