Skip to content

Commit

Permalink
Change way to cache dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmya committed Oct 16, 2023
1 parent 5435303 commit 8fab8bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
id: packages-cache
with:
path: |
packages_cache/**
!packages_cache/repositories
packages_cache/artifacts
packages_cache/checkouts
packages_cache/workspace_state.json
key: ${{ runner.os }}-packages-${{ hashFiles('**/Package.resolved') }}
restore-keys: |
${{ runner.os }}-packages-
Expand Down

0 comments on commit 8fab8bd

Please sign in to comment.