Skip to content

Commit 5559df3

Browse files
committed
squash: use a separate cache key
1 parent 35c6a21 commit 5559df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/test_gem/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ runs:
5757
# of the benefits of bundler caching.
5858
rm -f "${dir}/Gemfile.lock"
5959
60-
echo "cache_key=mri" >> $GITHUB_OUTPUT
60+
echo "cache_key=cruby" >> $GITHUB_OUTPUT
6161
if [[ "${{ inputs.ruby }}" == "jruby" ]]; then
6262
echo "cache_key=jruby" >> $GITHUB_OUTPUT
6363
elif [[ "${{ inputs.ruby }}" == "truffleruby" ]]; then

0 commit comments

Comments
 (0)