Skip to content

Releases: Chocobo1/setup-ccache-action

v1.3.6

22 Apr 14:49
c1caac9
Compare
Choose a tag to compare
  • Suppress meaningless annotation when brew install succeeded
    Resolves issue #12.

v1.3.5

15 Apr 08:48
16207c1
Compare
Choose a tag to compare
  • Bump dependencies to latest
    Previously was (potentially) affected by this: GHSA-776f-qx25-q3cc

v1.3.4

22 Dec 19:00
e8c8996
Compare
Choose a tag to compare
  • Code cleanups
  • Suppress all error
    Failure of this action should not block the entire workflow.
  • Suppress installation errors
    Further checks will caught remaining errors.

v1.3.3

15 Nov 04:50
46dbb95
Compare
Choose a tag to compare

v1.3.2

14 Nov 07:20
269ae40
Compare
Choose a tag to compare

v1.3.1

13 Nov 12:20
8190807
Compare
Choose a tag to compare

v1.3.0

13 Nov 11:50
d40f9a2
Compare
Choose a tag to compare
  • Add ability to remove previous/stale cache entry.
    This is on by default. Add remove_stale_cache: false to action parameter list if you want to turn it off.
    By removing stale cache entries, you might be able to avoid cache trashing when your repository cache is nearly/already full.

v1.2.12

10 Nov 03:25
5f835f5
Compare
Choose a tag to compare

v1.2.11

24 Aug 18:25
f21570c
Compare
Choose a tag to compare
  • Add primitive support for Windows MSVC
  • Bump dependencies to latest

v1.2.10

25 Jun 09:00
517d627
Compare
Choose a tag to compare
  • Improve error message
  • Bump dependencies to latest
    An upstream fix should help suppressing some server errors: actions/toolkit@46231a7