From ee38ee5e1d29c94b4bc24543bffcd770da8f330e Mon Sep 17 00:00:00 2001 From: Code-Floof Date: Sat, 24 Aug 2024 22:25:10 -0400 Subject: [PATCH] Update action.yml --- .github/actions/setup_build/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup_build/action.yml b/.github/actions/setup_build/action.yml index 81b512bd..bfc718d7 100644 --- a/.github/actions/setup_build/action.yml +++ b/.github/actions/setup_build/action.yml @@ -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