From faaf332d109d4b1d0d30a86380ebcf9259ebce8f Mon Sep 17 00:00:00 2001 From: Ali Date: Thu, 26 Dec 2024 14:08:45 +0330 Subject: [PATCH] Update Build.yml --- .github/workflows/Build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 7225cbc..8c839ce 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -25,7 +25,7 @@ jobs: - name: Install MAUI workloads run: | - dotnet workload install maui-android maui-ios maui-macos maui-windows + dotnet workload install maui - name: Restore dependencies run: dotnet restore