Skip to content

Commit

Permalink
Merge pull request DataDog#3655 from DataDog/tonycthsu/macos-bundler
Browse files Browse the repository at this point in the history
Remove bundler cache in for `setup-ruby`
  • Loading branch information
TonyCTHsu committed May 21, 2024
2 parents 2507a83 + 8646536 commit 4a3cc53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
bundler: latest # needed to fix issue with steep on Ruby 3.0/3.1
cache-version: v2 # bump this to invalidate cache
rubygems: 3.3.26
bundler: 2.3.26 # needed to fix issue with steep on Ruby 3.0/3.1
- run: bundle install
- run: bundle exec rake spec:main

0 comments on commit 4a3cc53

Please sign in to comment.