This repository has been archived by the owner on Nov 30, 2023. It is now read-only.
Releases: pl-strflt/rust-sccache-action
Releases · pl-strflt/rust-sccache-action
v1.3.0
v1.2.0
Added
- an optional input
autoclean
that allows to clean the cache before saving it
v1.1.3
Added
- an optional input
skip-save
that allows to skip saving the cache - cache related outputs:
cache-hit
,cache-primary-key
,cache-matched-key
Fixed
- restore usage of official actions/cache action(s)
v1.1.2
Fixed
- use sed instead of grep on macos
- use $HOME instead of realpath because the later is not available on macos
v1.1.1
Fixed
- how sccache is downloaded on macos
v1.1.0
Changed
- updated the default version of sccache to v0.3.1
v1.0.1
Changed
- do not require GITHUB_TOKEN to be set for the action
Fixed
- do not use deprecated GitHub expressions (set-output)