CI: auto-cache add option to save cache (#31076)

* save cache option

* inputs
old-commit-hash: bbbe94bc3efd9a6de32f4d806a025a734e215a6f
This commit is contained in:
Justin Newberry
2024-01-19 15:43:47 -05:00
committed by GitHub
parent 93ac3d37cb
commit aba5ee6a44
2 changed files with 13 additions and 2 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ runs:
- shell: bash
run: echo "$CACHE_COMMIT_DATE"
- id: scons-cache
uses: ./.github/workflows/auto-cache-restore
uses: ./.github/workflows/auto-cache
with:
path: .ci_cache/scons_cache
key: scons-${{ runner.arch }}-${{ env.CACHE_COMMIT_DATE }}-${{ github.sha }}