Skip to content

Commit 7caf10b

Browse files
authored
[ci] Homebrew removed ruby causing our bots to fail when removing it (#512)
1 parent eb69eff commit 7caf10b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/MacOS.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ jobs:
126126
if: ${{ steps.cache.outputs.cache-hit != 'true' }}
127127
run: |
128128
brew update
129-
brew remove [email protected]
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-
brew remove [email protected]
326324
brew remove swiftlint
327325
# workaround for https://github.com/actions/setup-python/issues/577
328326
for pkg in $(brew list | grep '^python@'); do

.github/workflows/emscripten.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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-
brew remove [email protected]
246244
fi
247245
# workaround for https://github.com/actions/setup-python/issues/577
248246
for pkg in $(brew list | grep '^python@'); do

0 commit comments

Comments
 (0)