We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bc6c0a commit ee54191Copy full SHA for ee54191
1 file changed
.github/workflows/tests.yml
@@ -96,13 +96,14 @@ jobs:
96
openssl-dev \
97
readline-dev \
98
ruby \
99
+ tar \
100
xz \
101
yaml-dev \
102
zlib-dev
103
- uses: hendrikmuhs/ccache-action@v1.2
104
with:
105
max-size: 2G
- key: ${{ github.job }}-${{ matrix.ruby }}
106
+ key: ${{ github.job }}
107
- uses: actions/download-artifact@v4
108
109
name: scripts-${{ needs.source.outputs.gem_version }}
0 commit comments