Skip to content

Commit e2acb28

Browse files
committed
build: specify packages lock file path
1 parent 0d97a37 commit e2acb28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dotnet_nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
uses: actions/setup-dotnet@v4
3030
with:
3131
dotnet-version: "6.x"
32+
cache-dependency-path: src/packages.lock.json
3233
cache: true
3334

3435
- run: dotnet restore --locked-mode

0 commit comments

Comments
 (0)