From 7608dd3074167aa5ed44119969f55b110f96ac42 Mon Sep 17 00:00:00 2001 From: Jerome Laban Date: Thu, 24 Oct 2024 10:16:30 -0400 Subject: [PATCH] chore: Adjust gha --- .github/workflows/azure-static-webapp.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/azure-static-webapp.yml b/.github/workflows/azure-static-webapp.yml index 3d17461e0..f962fdd5f 100644 --- a/.github/workflows/azure-static-webapp.yml +++ b/.github/workflows/azure-static-webapp.yml @@ -26,6 +26,17 @@ jobs: fetch-depth: 0 # Required for gitversion submodules: true + - name: Setup .NET + uses: actions/setup-dotnet@v1.7.2 + with: + dotnet-version: '9.0.100-rc.2.24474.11' + include-prerelease: true + + - run: | + cd src + dotnet workload install wasm-tools + name: Setup Workloads + - name: Install GitVersion uses: gittools/actions/gitversion/setup@v0.9.7 with: