misc: Add caching to weekly tests
This commit is contained in:
7
.github/workflows/weekly-tests.yaml
vendored
7
.github/workflows/weekly-tests.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user