We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b05c69 commit cd10e30Copy full SHA for cd10e30
2 files changed
.github/workflows/build_pipeline.yml
@@ -24,7 +24,7 @@ jobs:
24
dotnet-version: 9.0.x
25
26
- name: Install wasm-tools
27
- run: dotnet workload install wasm-tools
+ run: dotnet workload install wasm-tools-net9
28
29
- name: Build release
30
run: dotnet publish AudioCuesheetEditor --configuration Release --output release
.github/workflows/run_tests.yml
@@ -21,7 +21,7 @@ jobs:
21
22
23
- name: Build & Install
run: dotnet build
0 commit comments