summaryrefslogtreecommitdiffstats
path: root/.github/actions/godot-cache-restore
Commit message (Collapse)AuthorAgeFilesLines
* SCons: Improve cache purging logicThaddeus Crews2024-11-151-2/+1
| | | | • Implement caching via SCons arguments, rather than environment variables
* Style: Format yaml filesThaddeus Crews2024-09-131-9/+10
|
* [CI] Upload build cache before running testsA Thousand Ships2024-07-131-0/+34
This improves turnaround time on large PRs where compilation is successful but unit testing or similar fails, forcing recompilation of unchanged code