Skip to content

Commit

Permalink
build(ruby): disable cache to force older xcpretty install
Browse files Browse the repository at this point in the history
  • Loading branch information
parfeon committed Nov 12, 2024
1 parent a8ff608 commit dddd87a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
bundler-cache: true
bundler-cache: false
- name: Setup CocoaPods
run: gem install cocoapods
- name: Cache installed Pods
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
bundler-cache: true
bundler-cache: false
- name: Setup Node.js 20.x
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit dddd87a

Please sign in to comment.