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
|
- uses: actions/checkout@v2
|
||||||
- name: Installing packages
|
- name: Installing packages
|
||||||
run: |
|
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
|
gem install bundler
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
3
.github/workflows/testing.yml
vendored
3
.github/workflows/testing.yml
vendored
|
|
@ -9,7 +9,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@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
|
gem install bundler
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue