Fix github action brew link issue
This commit is contained in:
parent
288024ccc2
commit
db41d260af
2 changed files with 4 additions and 2 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@1.14 swiftlint swiftformat openssl libssh2
|
||||
brew install libtool automake cmake carthage go@1.14 swiftformat openssl libssh2
|
||||
brew install swiftlint || brew link --overwrite swiftlint
|
||||
gem install bundler
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
|
|
|
|||
3
.github/workflows/testing.yml
vendored
3
.github/workflows/testing.yml
vendored
|
|
@ -9,7 +9,8 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: Installing packages
|
||||
run: |
|
||||
brew install libtool automake cmake carthage go@1.14 swiftlint swiftformat openssl libssh2
|
||||
brew install libtool automake cmake carthage go@1.14 swiftformat openssl libssh2
|
||||
brew install swiftlint || brew link --overwrite swiftlint
|
||||
gem install bundler
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue