Skip to content

Commit 1c6022e

Browse files
authored
Remove unxip ci osx
1 parent 9b5f4c5 commit 1c6022e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ jobs:
315315
run: |
316316
brew update
317317
brew remove [email protected]
318+
brew remove unxip
318319
# workaround for https://github.com/actions/setup-python/issues/577
319320
for pkg in $(brew list | grep '^python@'); do
320321
brew unlink "$pkg"
@@ -769,6 +770,7 @@ jobs:
769770
run: |
770771
brew update
771772
brew remove [email protected]
773+
brew remove unxip
772774
export ARCHITECHURE=$(uname -m)
773775
if [[ "$ARCHITECHURE" == "x86_64" ]]; then
774776
brew remove swiftlint

0 commit comments

Comments
 (0)