Skip to content

Commit

Permalink
chore: Adjust gha
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Oct 24, 2024
1 parent 688d823 commit 7608dd3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/azure-static-webapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@ jobs:
fetch-depth: 0 # Required for gitversion
submodules: true

- name: Setup .NET
uses: actions/[email protected]
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/[email protected]
with:
Expand Down

0 comments on commit 7608dd3

Please sign in to comment.