diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f97ad65..db67e14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,8 @@ jobs: uses: actions/setup-dotnet@v3.0.3 with: dotnet-version: ${{ matrix.dotnet-version }} + - name: Install MAUI Workloads + run: dotnet workload restore - name: Install Dependencies run: dotnet restore - name: Build