Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 authored Aug 25, 2024
1 parent 44ac8d7 commit ee38ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup_build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ runs:
cache: false
- uses: ruby/setup-ruby@v1
with:
bundler-cache: false # runs 'bundle install' and caches installed gems automatically
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
ruby-version: ${{ inputs.ruby-version }} # Not needed with a .ruby-version file
- name: Cocoapods Cache
uses: actions/cache@v4
Expand Down

0 comments on commit ee38ee5

Please sign in to comment.