Skip to content

Commit f20c606

Browse files
mcbartonaaronj0
authored andcommitted
Fix bug due to swiftlint osx jobs ci
1 parent 114b3ff commit f20c606

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,10 @@ jobs:
758758
run: |
759759
brew update
760760
brew remove ruby@3.0
761+
export ARCHITECHURE=$(uname -m)
762+
if [[ "$ARCHITECHURE" == "x86_64" ]]; then
763+
brew remove swiftlint
764+
fi
761765
# workaround for https://github.com/actions/setup-python/issues/577
762766
for pkg in $(brew list | grep '^python@'); do
763767
brew unlink "$pkg"

0 commit comments

Comments
 (0)