Skip to content

Commit f2eef21

Browse files
authored
Merge pull request #936 from unoplatform/dev/jela/net10-
chore: Adjust for new workload
2 parents 0c4191f + 701780a commit f2eef21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
- run: |
6161
cd src
62-
dotnet workload install wasm-tools
62+
dotnet workload install wasm-tools wasm-tools-net9
6363
6464
name: Setup Workloads
6565

build/ci/dotnet-install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ steps:
3535
cd src
3636
dotnet --version
3737
dotnet --list-sdks
38-
dotnet workload install wasm-tools
38+
dotnet workload install wasm-tools wasm-tools-net9
3939
4040
displayName: Setup Workloads

0 commit comments

Comments
 (0)