Skip to content

Commit da12fd5

Browse files
install wasm-tools9
1 parent 66274ff commit da12fd5

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-tools9
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-tools9
2525

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

0 commit comments

Comments
 (0)