Skip to content

Commit cd10e30

Browse files
use .NET9 wasm-tools
1 parent 0b05c69 commit cd10e30

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
dotnet-version: 9.0.x
2525

2626
- name: Install wasm-tools
27-
run: dotnet workload install wasm-tools
27+
run: dotnet workload install wasm-tools-net9
2828

2929
- name: Build release
3030
run: dotnet publish AudioCuesheetEditor --configuration Release --output release

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
dotnet-version: 9.0.x
2222

2323
- name: Install wasm-tools
24-
run: dotnet workload install wasm-tools
24+
run: dotnet workload install wasm-tools-net9
2525

2626
- name: Build & Install
2727
run: dotnet build

0 commit comments

Comments
 (0)