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