We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 114b3ff commit f20c606Copy full SHA for f20c606
.github/workflows/ci.yml
@@ -758,6 +758,10 @@ jobs:
758
run: |
759
brew update
760
brew remove ruby@3.0
761
+ export ARCHITECHURE=$(uname -m)
762
+ if [[ "$ARCHITECHURE" == "x86_64" ]]; then
763
+ brew remove swiftlint
764
+ fi
765
# workaround for https://github.com/actions/setup-python/issues/577
766
for pkg in $(brew list | grep '^python@'); do
767
brew unlink "$pkg"
0 commit comments