Skip to content

Commit

Permalink
Fix ccache saving on cache hit
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire committed Jun 4, 2022
1 parent 058d077 commit 6573969
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ jobs:
if: env.B2_USE_CCACHE
with:
path: ~/.ccache
key: ${{matrix.os}}-${{matrix.container}}-${{matrix.compiler}}
key: ${{matrix.os}}-${{matrix.container}}-${{matrix.compiler}}-${{github.sha}}
restore-keys: ${{matrix.os}}-${{matrix.container}}-${{matrix.compiler}}-

- name: Fetch Boost.CI
uses: actions/checkout@v2
Expand Down

0 comments on commit 6573969

Please sign in to comment.