Skip to content

Commit 927314b

Browse files
committed
restore workloads
Needed for wasm-tools
1 parent 500e417 commit 927314b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
dotnet-version: 9.0.x
2222
- name: Restore dependencies
2323
run: dotnet restore
24+
- name: Restore workloads
25+
run: dotnet workload restore
2426
- name: Build
2527
run: dotnet build --no-restore
2628
- name: Test

0 commit comments

Comments
 (0)