Skip to content

Commit

Permalink
Update workflow to Isabelle 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
BraeWebb committed Apr 17, 2024
1 parent a8bb0c2 commit 8bd87d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
- name: Cache Isabelle Heaps
uses: actions/cache@v2
with:
key: ${{ runner.os }}-Isabelle2021-${{ hashFiles('ROOT') }}-${{ github.run_id }}
key: ${{ runner.os }}-Isabelle2022-${{ hashFiles('ROOT') }}-${{ github.run_id }}
path: .heaps
restore-keys: |
${{ runner.os }}-Isabelle2021-${{ hashFiles('ROOT') }}
${{ runner.os }}-Isabelle2022-${{ hashFiles('ROOT') }}
- name: Build Sessions
uses: BraeWebb/isabelle-action@v1.10
uses: BraeWebb/isabelle-action@v1.11
with:
args: "build -b -P site -D . -v"
heapCacheDir: .heaps
Expand Down

0 comments on commit 8bd87d7

Please sign in to comment.