diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0f86789..39a0cf40 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -303,6 +303,7 @@ jobs: run: | brew update brew remove ruby@3.0 + brew remove unxip # workaround for https://github.com/actions/setup-python/issues/577 for pkg in $(brew list | grep '^python@'); do brew unlink "$pkg"