Skip to content

Commit 0cb0ba7

Browse files
[ci] fix issues relates to MacOS rudy dependency
1 parent fb8c404 commit 0cb0ba7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
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

0 commit comments

Comments
 (0)