Skip to content

Commit

Permalink
Always save ccache, even on build failure (#4)
Browse files Browse the repository at this point in the history
In the case of ccache, just because a build fails is not a reason not to save the cache. The intermediate cached data is still very useful for speeding up the following build which hopefully fixes the problems.
  • Loading branch information
jkflying authored Apr 29, 2021
1 parent 9dcfa56 commit 4687d03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ runs:
using: "node12"
main: "dist/restore/index.js"
post: "dist/save/index.js"
post-if: "success()"
branding:
icon: "archive"
color: "gray-dark"

0 comments on commit 4687d03

Please sign in to comment.