Skip to content

Commit

Permalink
Update Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DevoTalk committed Dec 26, 2024
1 parent d7b6924 commit 52a9d98
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
platform: [android, ios, maccatalyst, windows] # Matrix build for different platforms
platform: [android, ios, macos, windows] # Matrix build for different platforms

steps:
- name: Check out the code
Expand All @@ -25,8 +25,7 @@ jobs:

- name: Install MAUI workloads
run: |
dotnet workload install maui
dotnet workload install maui-android maui-ios maui-maccatalyst maui-windows
dotnet workload install maui-android maui-ios maui-macos maui-windows
- name: Restore dependencies
run: dotnet restore
Expand Down

0 comments on commit 52a9d98

Please sign in to comment.