Skip to content

Commit 788d33a

Browse files
Update dotnet.yml
1 parent b470a8f commit 788d33a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
with:
2222
dotnet-version: 8.0.x
2323
- name: Restore dependencies
24-
run: dotnet restore
24+
run: dotnet restore HidSharp/HidSharp.csproj
2525
- name: Build
2626
run: dotnet build HidSharp/HidSharp.csproj --no-restore

0 commit comments

Comments
 (0)