We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b470a8f commit 788d33aCopy full SHA for 788d33a
.github/workflows/dotnet.yml
@@ -21,6 +21,6 @@ jobs:
21
with:
22
dotnet-version: 8.0.x
23
- name: Restore dependencies
24
- run: dotnet restore
+ run: dotnet restore HidSharp/HidSharp.csproj
25
- name: Build
26
run: dotnet build HidSharp/HidSharp.csproj --no-restore
0 commit comments