Skip to content

Commit a1b1d84

Browse files
committed
try nuget restore
1 parent 935ac77 commit a1b1d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install vpk
4242
run: dotnet tool install -g vpk
4343
- name: Restore dependencies
44-
run: dotnet restore
44+
run: nuget restore
4545
- name: Build
4646
run: dotnet build --no-restore -c Release
4747
- name: Initialize Service

0 commit comments

Comments
 (0)