Skip to content

Commit

Permalink
Add names
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbertolini committed Jul 4, 2023
1 parent e44e400 commit 0004487
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:

- uses: actions/cache/restore@v3
id: restore-ivy-lib-cache
name: Restore Ivy Dependency Cache
with:
path: lib/
key: ivy-lib-cache-v1-${{ hashFiles('ivy.xml') }}
Expand All @@ -42,6 +43,7 @@ jobs:
- uses: actions/cache/save@v3
id: save-ivy-lib-cache
name: Save Ivy Dependency Cache
with:
path: lib/
key: ivy-lib-cache-v1-${{ hashFiles('ivy.xml') }}
Expand Down

0 comments on commit 0004487

Please sign in to comment.