Skip to content

Commit

Permalink
ci: try different cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
mtiller committed Aug 26, 2023
1 parent 08a71e2 commit 4cf4a0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
path: |
.dvc/cache
key: dvc-cache
key: dvc-cache-key
- name: Setup Build Environment
run: make env
- name: Make Simulation Specifications
Expand All @@ -33,4 +33,4 @@ jobs:
with:
path: |
.dvc/cache
key: ${{ steps.dvc-cache-restore.outputs.cache-primary-key }}
key: dvc-cache-key

0 comments on commit 4cf4a0f

Please sign in to comment.