Skip to content

Commit 9f4cc4c

Browse files
authored
Merge pull request #2
Fix wasm workload
2 parents 1437944 + ecadd00 commit 9f4cc4c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
with:
1818
dotnet-version: 8.0.200
1919

20+
- name: Restore workloads
21+
run: dotnet workload restore
22+
2023
- name: Restore packages
2124
run: dotnet restore
2225

0 commit comments

Comments
 (0)