Skip to content

Commit 3f40c6c

Browse files
authored
Update dotnet.yml
1 parent 10f9959 commit 3f40c6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
publish-coverage: true
2323
- name: Restore dependencies
2424
run: dotnet restore
25-
- name: Restore tools
26-
run: dotnet tool restore
25+
- name: Restore workloads
26+
run: dotnet workload restore
2727
- name: Build
2828
run: dotnet build --no-restore
2929
- name: Test

0 commit comments

Comments
 (0)