Skip to content

Commit a4a32d9

Browse files
Update build_pipeline.yml
1 parent c64597e commit a4a32d9

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/build_pipeline.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919

20+
# version can be found here https://dotnet.microsoft.com/en-us/download/dotnet/9.0
21+
- name: Setup .NET
22+
uses: actions/setup-dotnet@v4
23+
with:
24+
dotnet-version: 9.0.x
25+
26+
- name: Install wasm-tools
27+
run: dotnet workload install wasm-tools
28+
2029
- name: Build release
2130
run: dotnet publish -c Release -o release
2231

0 commit comments

Comments
 (0)