Skip to content

Commit

Permalink
CI: Use "normal" cache action also for ccache.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Apr 2, 2024
1 parent 47f94ff commit a1b9c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
ln -s /usr/local/bin/glibtoolize /usr/local/bin/libtoolize
- name: Cache [ccache]
uses: pat-s/always-upload-cache@9a0d1c3e1a8260b05500f9b67a5be8f2a1299819 # v3.0.11
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
if: runner.os == 'Linux' || runner.os == 'macOS'
with:
path: ~/.ccache
Expand Down

0 comments on commit a1b9c66

Please sign in to comment.