misc: Add caching to weekly tests

This commit is contained in:
Bobby R. Bruce
2024-09-23 05:02:38 -07:00
parent 8aa58714c4
commit 9b83fc8736

View File

@@ -15,6 +15,13 @@ jobs:
build-name: ${{ steps.artifact-name.outputs.name }}
steps:
- uses: actions/checkout@v4
- name: Cache build/ALL
uses: actions/cache@v4
with:
path: build/ALL
key: weekly-build-all
- id: artifact-name
run: echo "name=$(date +"%Y-%m-%d_%H.%M.%S")-ALL" >> $GITHUB_OUTPUT
- name: Build gem5