Skip to content

Commit ac880a4

Browse files
authored
Update development-action.yml
fixing space typo in dotnet restore command
1 parent 6461180 commit ac880a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/development-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
dotnet-version: 8.x.x
2020
- name: Restore dependencies
21-
run: dotnet workloadrestore
21+
run: dotnet workload restore
2222
- name: Build
2323
run: dotnet build --no-restore
2424
- name: Test

0 commit comments

Comments
 (0)