Skip to content

Commit cecf433

Browse files
authored
Update dotnet.yml
1 parent 1ea5065 commit cecf433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Restore dependencies
2424
run: dotnet restore
2525
- name: Restore workloads
26-
run: dotnet workload restore
26+
run: dotnet workload install wasm-tools
2727
- name: Build
2828
run: dotnet build --no-restore
2929
- name: Test

0 commit comments

Comments
 (0)