From 27a6eda78186968e95dfcd1a840e906618e88327 Mon Sep 17 00:00:00 2001 From: tooomm Date: Tue, 21 Jul 2026 15:14:55 +0200 Subject: [PATCH] configure msvc dev environment --- .github/workflows/desktop-build.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 0eaa8ff22..66e98ef79 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -341,12 +341,11 @@ jobs: with: submodules: recursive - - name: "[Windows] Add msbuild to PATH" + - name: "[Windows] Setup MSVC" if: matrix.os == 'Windows' - id: add-msbuild - uses: microsoft/setup-msbuild@v3 + uses: TheMrMilchmann/setup-msvc-dev@v4 with: - msbuild-architecture: x64 + arch: x64 - name: "[macOS] Setup ccache" if: matrix.os == 'macOS' && matrix.use_ccache == 1