Skip to content

Commit 4e4400e

Browse files
authored
Remove unxip ci osx (#348)
1 parent b2d787b commit 4e4400e

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
@@ -310,6 +310,7 @@ jobs:
310310
run: |
311311
brew update
312312
brew remove [email protected]
313+
brew remove unxip
313314
# workaround for https://github.com/actions/setup-python/issues/577
314315
for pkg in $(brew list | grep '^python@'); do
315316
brew unlink "$pkg"
@@ -763,6 +764,7 @@ jobs:
763764
run: |
764765
brew update
765766
brew remove [email protected]
767+
brew remove unxip
766768
export ARCHITECHURE=$(uname -m)
767769
if [[ "$ARCHITECHURE" == "x86_64" ]]; then
768770
brew remove swiftlint

0 commit comments

Comments
 (0)