Skip to content

Commit 3e43cbc

Browse files
committed
Use dotnet restore
1 parent 7283711 commit 3e43cbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: dotnet tool install --global dotnet-reportgenerator-globaltool
3333

3434
- name: Restore NuGets
35-
run: nuget restore SQLite.sln
35+
run: dotnet restore SQLite.sln
3636

3737
- name: Build and Test
3838
run: |

0 commit comments

Comments
 (0)