Skip to content

Commit affdf00

Browse files
brew remove unxip on OSX-ARM exclusively
fix for the osx dependency issue
1 parent 94a59b8 commit affdf00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,10 +764,11 @@ jobs:
764764
run: |
765765
brew update
766766
brew remove [email protected]
767-
brew remove unxip
768767
export ARCHITECHURE=$(uname -m)
769768
if [[ "$ARCHITECHURE" == "x86_64" ]]; then
770769
brew remove swiftlint
770+
else
771+
brew remove unxip
771772
fi
772773
# workaround for https://github.com/actions/setup-python/issues/577
773774
for pkg in $(brew list | grep '^python@'); do

0 commit comments

Comments
 (0)