Skip to content

Commit

Permalink
Only cache the cargo registry
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Jun 18, 2024
1 parent 8e60791 commit b8f600c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable

- uses: Swatinem/rust-cache@v2
with:
# Only cache the cargo registry
cache-targets: false

- name: Run sccache-cache
uses: mozilla-actions/[email protected]

Expand Down

0 comments on commit b8f600c

Please sign in to comment.