CI: Fix building issue of the go dependency

This commit is contained in:
Mingshen Sun 2021-09-15 20:26:16 -07:00
parent acc01577c1
commit a133f44564

View file

@ -15,7 +15,8 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Installing packages - name: Installing packages
run: | run: |
brew install libtool automake cmake carthage go swiftformat openssl libssh2 brew install libtool automake cmake carthage swiftformat openssl libssh2
brew install go || brew link --overwrite go
brew install swiftlint || brew link --overwrite swiftlint brew install swiftlint || brew link --overwrite swiftlint
gem install bundler gem install bundler
- uses: actions/cache@v2 - uses: actions/cache@v2