Skip to content

Commit 2fbca8f

Browse files
authored
chore: Install correct mint binary (#415)
This repository makes use of [mint][1] to run swift-based binaries. Unfortunately, we were erroneously installing [mint-lang][2]. This means our CI has been failing to run our swift lint checker. As a result, I have fixed the critical issues in this commit as well. [1]: https://github.com/yonaskolb/Mint [2]: https://mint-lang.com/
1 parent 9a51844 commit 2fbca8f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/actions/ci/action.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ runs:
2727
- name: Install mint
2828
shell: bash
2929
run: |
30-
brew tap mint-lang/mint-lang
31-
brew install mint-lang libressl
30+
brew install mint
3231
3332
- name: Install cocoapods
3433
shell: bash

0 commit comments

Comments
 (0)