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