Skip to content

Commit

Permalink
shell
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed Aug 23, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 581a43c commit 6f03556
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/setup-tools/action.yml
Original file line number Diff line number Diff line change
@@ -22,14 +22,18 @@ runs:
dotnet-version: 8.0.304
- name: Force .NET version
if: runner.os != 'Windows'
shell: pwsh
run: dotnet new globaljson --sdk-version 8.0.304
- name: Show .NET Info
shell: pwsh
run: dotnet --info
- name: Setup .NET MAUI
if: runner.os == 'Linux'
shell: pwsh
run: dotnet workload install maui-android --source https://api.nuget.org/v3/index.json
- name: Setup .NET MAUI
if: runner.os == 'macOS'
shell: pwsh
run: dotnet workload install maui --source https://api.nuget.org/v3/index.json
- name: Setup Tizen.NET
if: runner.os != 'Windows'

0 comments on commit 6f03556

Please sign in to comment.