3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2026-02-07 11:32:15 +00:00

Make configurable via option to use buildjet instead of GH cache

This commit is contained in:
Jordan Oroshiba 2023-07-26 21:49:35 -07:00
parent 9de8f90afb
commit 1591ab53c8
10 changed files with 5501 additions and 24 deletions

View file

@ -65,6 +65,11 @@ sensible defaults.
# Useful for jobs where the matrix is additive e.g. additional Cargo features.
# default: "true"
save-if: ""
# Specifies what to use as the backend providing cache
# Can be set to either "github" or "buildjet"
# default: "github"
cache-provider: ""
```
Further examples are available in the [.github/workflows](./.github/workflows/) directory.