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:
126126 if : ${{ steps.cache.outputs.cache-hit != 'true' }}
127127 run : |
128128 brew update
129- 130129 # workaround for https://github.com/actions/setup-python/issues/577
131130 for pkg in $(brew list | grep '^python@'); do
132131 brew unlink "$pkg"
@@ -322,7 +321,6 @@ jobs:
322321 - name : Install deps
323322 run : |
324323 brew update --force
325- 326324 brew remove swiftlint
327325 # workaround for https://github.com/actions/setup-python/issues/577
328326 for pkg in $(brew list | grep '^python@'); do
Original file line number Diff line number Diff line change @@ -241,8 +241,6 @@ jobs:
241241 export ARCHITECHURE=$(uname -m)
242242 if [[ "$ARCHITECHURE" != "x86_64" ]]; then
243243 brew remove unxip
244- else
245- 246244 fi
247245 # workaround for https://github.com/actions/setup-python/issues/577
248246 for pkg in $(brew list | grep '^python@'); do
You can’t perform that action at this time.
0 commit comments