Skip to content

Commit

Permalink
setup .net 9
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-mh committed Jan 25, 2025
1 parent 6b228bf commit 193b941
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Set up .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '9'

- name: Install Android workload
run: dotnet workload install android

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Set up .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '9'

- name: Install Android workload
run: dotnet workload install android

Expand Down

0 comments on commit 193b941

Please sign in to comment.