From edfdfe1338db34078e27451daef03d1017ebd837 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20Dub=C3=A9?= <159546+serprex@users.noreply.github.com> Date: Thu, 6 Aug 2026 01:01:15 +0000 Subject: [PATCH] Switch to TheMrMilchmann/setup-msvc-dev@v4 (#7027) --- .github/workflows/generate-builds.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/generate-builds.yml b/.github/workflows/generate-builds.yml index 3888664cdb..5a4a428091 100644 --- a/.github/workflows/generate-builds.yml +++ b/.github/workflows/generate-builds.yml @@ -210,7 +210,9 @@ jobs: ${{ runner.os }}-vcpkg- path: vcpkg - name: Configure Developer Command Prompt - uses: ilammy/msvc-dev-cmd@v1 + uses: TheMrMilchmann/setup-msvc-dev@v4 + with: + arch: x64 - name: Download soh.o2r uses: actions/download-artifact@v8 with: