Skip to content

Commit 98625b3

Browse files
committed
Disable bundler-cache
ruby/setup-ruby#297 (comment)
1 parent 5fbc4ce commit 98625b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ runs:
3535
uses: ruby/setup-ruby@v1
3636
with:
3737
ruby-version: "3.1"
38-
bundler-cache: true
38+
# bundler-cache: true
3939

4040
- name: Install RubyGems
4141
run: bundle install --gemfile=$GITHUB_ACTION_PATH/Gemfile

0 commit comments

Comments
 (0)