We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e73e34 commit 9aaf668Copy full SHA for 9aaf668
.github/workflows/integration-build.yml
@@ -28,6 +28,8 @@ jobs:
28
fetch-depth: 0
29
- name: Setup .NET
30
uses: actions/setup-dotnet@v4
31
+ with:
32
+ dotnet-version: 9.x
33
- name: Add WASM workload
34
run: dotnet workload install wasm-tools-net8
35
- name: Run build project
0 commit comments