fix workload restore
This commit is contained in:
parent
b4bc053c14
commit
681bb337bc
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ jobs:
|
|||
run: dotnet tool restore
|
||||
- name: dotnet restore
|
||||
run: dotnet restore -p:Configuration=Release
|
||||
- name: dotnet workload restore
|
||||
- name: dotnet workload restore --project **/*.csproj
|
||||
run: dotnet workload restore -p:Configuration=Release
|
||||
- name: save nuget cache
|
||||
uses: actions/cache/save@v3
|
||||
|
|
Loading…
Reference in a new issue