From 51648869f80313a1c0e75e7368d3f74144858e88 Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Fri, 10 Apr 2026 13:10:01 -0400 Subject: [PATCH] Pin commit of msvc-dev-cmd --- .github/workflows/build-wheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-wheel.yml b/.github/workflows/build-wheel.yml index eb084c429d..8efd655b59 100644 --- a/.github/workflows/build-wheel.yml +++ b/.github/workflows/build-wheel.yml @@ -75,7 +75,7 @@ jobs: - name: Set up MSVC if: ${{ startsWith(inputs.host-platform, 'win') }} - uses: ilammy/msvc-dev-cmd@v1 # TODO: ask admin to allow pinning commits + uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1 - name: Set up yq # GitHub made an unprofessional decision to not provide it in their Windows VMs,