Stop installing packages that are already there

This commit is contained in:
Danny Mösch 2024-11-28 22:48:15 +01:00
parent 7e2930cc85
commit ed724871d6
2 changed files with 8 additions and 6 deletions

View file

@ -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