From 17949786b6d3c22d35750408a2e463ef0ce27154 Mon Sep 17 00:00:00 2001 From: Mike Taves Date: Fri, 4 Sep 2026 14:04:24 +1200 Subject: [PATCH] CI: replace ilammy/msvc-dev-cmd action with TheMrMilchmann/setup-msvc-dev --- .github/workflows/windows.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index eebe21dce0..c71d214533 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -42,7 +42,9 @@ jobs: python-version: "3.x" - run: pip install pyyaml - - uses: ilammy/msvc-dev-cmd@v1 + - uses: TheMrMilchmann/setup-msvc-dev@v4 + with: + arch: ${{ env.ARCH }} - name: Cache vcpkg packages uses: actions/cache@v6.1.0