install wasm-tools workload

This commit is contained in:
Nick Seguin 2023-12-10 02:46:52 -06:00
parent 2f2fb05a87
commit 3f567ba6cd

View file

@ -48,6 +48,8 @@ jobs:
run: dotnet restore -p:Configuration=Release
- name: dotnet workload restore
run: dotnet workload restore
- name: dotnet workload install wasm-tools
run: dotnet workload install wasm-tools
- name: save nuget cache
uses: actions/cache/save@v3
if: steps.nuget-cache.outputs.cache-hit != 'true'