Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Releases: pl-strflt/rust-sccache-action

v1.3.0

26 Jul 18:22
8486795
Compare
Choose a tag to compare

Changed

  • disabled incremental builds via CARGO_INCREMENTAL=0 by default

v1.2.0

08 Apr 10:27
cf79c5f
Compare
Choose a tag to compare

Added

  • an optional input autoclean that allows to clean the cache before saving it

v1.1.3

08 Apr 09:40
c80b2eb
Compare
Choose a tag to compare

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

13 Mar 16:53
7c71b87
Compare
Choose a tag to compare

Fixed

  • use sed instead of grep on macos
  • use $HOME instead of realpath because the later is not available on macos

v1.1.1

03 Mar 16:28
a831a1e
Compare
Choose a tag to compare

Fixed

  • how sccache is downloaded on macos

v1.1.0

14 Nov 13:05
78d749b
Compare
Choose a tag to compare

Changed

  • updated the default version of sccache to v0.3.1

v1.0.1

14 Nov 13:02
43205f0
Compare
Choose a tag to compare

Changed

  • do not require GITHUB_TOKEN to be set for the action

Fixed

  • do not use deprecated GitHub expressions (set-output)

v1.0.0

11 Apr 14:14
288df08
Compare
Choose a tag to compare

Added