CI: Fix building issue of the go dependency
This commit is contained in:
parent
acc01577c1
commit
a133f44564
1 changed files with 2 additions and 1 deletions
3
.github/workflows/deploying.yml
vendored
3
.github/workflows/deploying.yml
vendored
|
|
@ -15,7 +15,8 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: Installing packages
|
||||
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
|
||||
gem install bundler
|
||||
- uses: actions/cache@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue