From ec348c884e93a2f993dff492794b30d903c5398c Mon Sep 17 00:00:00 2001 From: Jon Griffiths Date: Mon, 19 Feb 2024 19:23:43 +1300 Subject: [PATCH] build: update msvc-dev-cmd action --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index c05072260..1470b5361 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -33,7 +33,7 @@ jobs: - name: Install MSVC if: runner.os == 'Windows' - uses: ilammy/msvc-dev-cmd@v1.4.1 + uses: ilammy/msvc-dev-cmd@v1.13.0 - name: Install qemu aarch64 if: runner.os == 'Linux'