Skip to content

Commit f3399ac

Browse files
aaronj0vgvassilev
authored andcommitted
[ci] Fix bot failures due to ruby on MacOS
1 parent 19dcd80 commit f3399ac

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/MacOS.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,6 @@ jobs:
174174
export ARCHITECHURE=$(uname -m)
175175
if [[ "$ARCHITECHURE" != "x86_64" ]]; then
176176
brew remove unxip
177-
else
178-
brew remove [email protected]
179177
fi
180178
# workaround for https://github.com/actions/setup-python/issues/577
181179
for pkg in $(brew list | grep '^python@'); do
@@ -428,7 +426,6 @@ jobs:
428426
brew update --force
429427
export ARCHITECHURE=$(uname -m)
430428
if [[ "$ARCHITECHURE" == "x86_64" ]]; then
431-
brew remove [email protected]
432429
brew remove swiftlint
433430
else
434431
brew remove unxip

.github/workflows/emscripten.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,6 @@ jobs:
250250
export ARCHITECHURE=$(uname -m)
251251
if [[ "$ARCHITECHURE" != "x86_64" ]]; then
252252
brew remove unxip
253-
else
254-
brew remove [email protected]
255253
fi
256254
# workaround for https://github.com/actions/setup-python/issues/577
257255
for pkg in $(brew list | grep '^python@'); do

0 commit comments

Comments
 (0)