Skip to content

Commit

Permalink
Actually cache all of ~/.cargo (AOMediaCodec#2175)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrabaud authored May 24, 2024
1 parent 73936dd commit 25cedb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ outputs:
runs:
using: "composite"
steps:
- name: Cache cargo registry
- name: Cache all of cargo
if: ${{ inputs.use-rust }}
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
continue-on-error: true
with:
path: ~/.cargo/registry/cache
path: ~/.cargo
key: cargo-registry-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('CMakeLists.txt', 'cmake/Modules/Findrav1e.cmake', 'cmake/Modules/LocalRav1e.cmake', 'ext/rav1e.cmd') }}-${{ github.job }}
- name: Cache external dependencies in ext
id: cache-ext
Expand Down

0 comments on commit 25cedb2

Please sign in to comment.