Skip to content

Commit 1864d28

Browse files
author
Petr Sramek
committed
fix
1 parent 38e6887 commit 1864d28

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/actions/build/action.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,8 @@ runs:
5353
uses: actions/setup-dotnet@v4
5454
with:
5555
dotnet-version: ${{ inputs.dotnet_sdk_version }}
56-
cache: true
57-
cache-dependency-path: "**/packages.lock.json"
5856

59-
- name: Restore NuGet packages
57+
- name: Cache NuGet packages
6058
id: cache-nuget
6159
uses: actions/cache@v3.3.2
6260
with:

0 commit comments

Comments
 (0)