Skip to content

Commit a9077b1

Browse files
committed
chore: Adjust wasm-tools
1 parent 6d88741 commit a9077b1

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
@@ -52,7 +52,7 @@ jobs:
5252

5353
- run: |
5454
cd src
55-
dotnet workload install wasm-tools wasm-tools-net9
55+
dotnet workload install wasm-tools
5656
5757
name: Setup Workloads
5858

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 wasm-tools-net9
38+
dotnet workload install wasm-tools
3939
4040
displayName: Setup Workloads

0 commit comments

Comments
 (0)