Skip to content

Commit

Permalink
Install .NET 9 SDK for ARM64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoltan Csizmadia authored and Zoltan Csizmadia committed Oct 30, 2024
1 parent 073ab0c commit 5676b83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-lang-csharp-ARM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ jobs:
bash ./dotnet-install.sh --channel "6.0" --install-dir "$HOME/.dotnet" # 6.0
bash ./dotnet-install.sh --channel "7.0" --install-dir "$HOME/.dotnet" # 7.0
bash ./dotnet-install.sh --channel "8.0" --install-dir "$HOME/.dotnet" # 8.0
bash ./dotnet-install.sh --channel "9.0" --install-dir "$HOME/.dotnet" # 9.0
- name: Build
run: |
Expand Down

0 comments on commit 5676b83

Please sign in to comment.