From a182876ffbf2648e319e0e968563e5535c94fb9f Mon Sep 17 00:00:00 2001 From: Andy Pack Date: Sat, 21 Jan 2023 17:06:10 +0000 Subject: [PATCH] adding wokloads --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db67e14..fffd6c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,8 @@ jobs: with: dotnet-version: ${{ matrix.dotnet-version }} - name: Install MAUI Workloads + run: dotnet workload install maui-ios maui-maccatalyst + - name: Restore Workloads run: dotnet workload restore - name: Install Dependencies run: dotnet restore