Skip to content

Commit

Permalink
specify package.lock paths
Browse files Browse the repository at this point in the history
  • Loading branch information
diogotr7 committed Dec 27, 2024
1 parent db66f31 commit f8fdd9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
with:
dotnet-version: 9.x
cache: true
cache-dependency-path: |
src/StarBreaker/packages.lock.json
src/StarBreaker.Cli/packages.lock.json
- name: Restore
run: dotnet restore src --locked-mode
Expand Down

0 comments on commit f8fdd9e

Please sign in to comment.