Skip to content

Commit ee5c19c

Browse files
ci: improve readability of ruby cache key
1 parent ac812d3 commit ee5c19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/install-ruby/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
uses: actions/cache/restore@v4
1717
with:
1818
path: ~/rubies/ruby-${{ inputs.version }}
19-
key: ruby-${{ inputs.version }}-${{ inputs.openssl-version }}
19+
key: ruby-${{ inputs.version }}-with-openssl-${{ inputs.openssl-version }}
2020

2121
- name: Install Ruby
2222
if: steps.cache-ruby-restore.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)