Add brew link --overwrite swiftlint to overwrite potential CI issue
This commit is contained in:
parent
00d8c946ab
commit
e0f1857e40
1 changed files with 1 additions and 1 deletions
2
.github/workflows/linting.yml
vendored
2
.github/workflows/linting.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Installing packages
|
||||
run: brew update && brew install -f swiftlint
|
||||
run: brew update && brew install -f swiftlint || brew link --overwrite swiftlint
|
||||
- name: swiftlint
|
||||
run: |
|
||||
swiftlint --strict
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue