github: cache Isabelle images

Signed-off-by: Gerwin Klein <gerwin.klein@data61.csiro.au>
This commit is contained in:
Gerwin Klein 2020-08-09 17:56:12 +08:00 committed by Gerwin Klein
parent 963a3cca75
commit 9f6b6c243e
1 changed files with 8 additions and 1 deletions

View File

@ -21,7 +21,14 @@ jobs:
matrix:
arch: [ARM]
steps:
- uses: seL4/ci-actions/run-proofs@master
- name: Cache Isabelle Images
uses: actions/cache@v2
with:
path: cache/
key: ${{ runner.os }}-${{ matrix.arch }}-images-${{ github.sha }}
restore-keys: ${{ runner.os }}-${{ matrix.arch }}-images
- name: Run Proofs
uses: seL4/ci-actions/run-proofs@master
with:
L4V_ARCH: ${{ matrix.arch }}
session: ExecSpec