Stop installing packages that are already there
This commit is contained in:
parent
7e2930cc85
commit
ed724871d6
2 changed files with 8 additions and 6 deletions
7
.github/workflows/deploying.yml
vendored
7
.github/workflows/deploying.yml
vendored
|
|
@ -18,11 +18,12 @@ jobs:
|
|||
with:
|
||||
ruby-version: '2.7'
|
||||
bundler-cache: true
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.23.x'
|
||||
- name: Installing packages
|
||||
run: |
|
||||
brew update
|
||||
brew install carthage
|
||||
brew install go || brew link --overwrite go
|
||||
gem install bundler
|
||||
- uses: actions/cache@v3
|
||||
id: carthage-cache
|
||||
|
|
|
|||
7
.github/workflows/testing.yml
vendored
7
.github/workflows/testing.yml
vendored
|
|
@ -11,11 +11,12 @@ jobs:
|
|||
with:
|
||||
ruby-version: '2.7'
|
||||
bundler-cache: true
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.23.x'
|
||||
- name: Installing packages
|
||||
run: |
|
||||
brew update
|
||||
brew install carthage
|
||||
brew install go || brew link --overwrite go
|
||||
gem install bundler
|
||||
- uses: actions/cache@v3
|
||||
id: carthage-cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue