Skip to content

Commit

Permalink
fix ccache on alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
avsej committed Mar 16, 2024
1 parent 1bc6c0a commit ee54191
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,14 @@ jobs:
openssl-dev \
readline-dev \
ruby \
tar \
xz \
yaml-dev \
zlib-dev
- uses: hendrikmuhs/[email protected]
with:
max-size: 2G
key: ${{ github.job }}-${{ matrix.ruby }}
key: ${{ github.job }}
- uses: actions/download-artifact@v4
with:
name: scripts-${{ needs.source.outputs.gem_version }}
Expand Down

0 comments on commit ee54191

Please sign in to comment.