Skip to content

Commit

Permalink
fix GH action cache
Browse files Browse the repository at this point in the history
  • Loading branch information
kustosz committed Jul 26, 2024
1 parent ee887a2 commit 5293414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prover-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Cache dependencies
uses: actions/cache@v3
with:
path: formal-verification/lake-packages
path: light-prover/formal-verification/lake-packages
key: "${{ env.LAKE_VERSION }}"

- name: Download keys
Expand Down

0 comments on commit 5293414

Please sign in to comment.