From 4e501866272d121907120769657ad85c2415f6a9 Mon Sep 17 00:00:00 2001 From: watermann420 <130854822+watermann420@users.noreply.github.com> Date: Mon, 2 Feb 2026 21:47:21 +0100 Subject: [PATCH] Install windows desktop workload in CI --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c83f4bf..8a46fd7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,9 @@ jobs: dotnet-version: '10.0.x' include-prerelease: true + - name: Install Windows Desktop workload + run: dotnet workload install windowsdesktop + - name: Cache NuGet packages uses: actions/cache@v4 with: