install wasm-tools workload
This commit is contained in:
parent
2f2fb05a87
commit
3f567ba6cd
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,8 @@ jobs:
|
||||||
run: dotnet restore -p:Configuration=Release
|
run: dotnet restore -p:Configuration=Release
|
||||||
- name: dotnet workload restore
|
- name: dotnet workload restore
|
||||||
run: dotnet workload restore
|
run: dotnet workload restore
|
||||||
|
- name: dotnet workload install wasm-tools
|
||||||
|
run: dotnet workload install wasm-tools
|
||||||
- name: save nuget cache
|
- name: save nuget cache
|
||||||
uses: actions/cache/save@v3
|
uses: actions/cache/save@v3
|
||||||
if: steps.nuget-cache.outputs.cache-hit != 'true'
|
if: steps.nuget-cache.outputs.cache-hit != 'true'
|
||||||
|
|
Loading…
Reference in a new issue