From 6af603ee8abea0f2f153b006d248302ee12d7dbe Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Sun, 13 Mar 2022 10:12:09 -0400 Subject: Windows CI: use published ilammy/msvc-dev-cmd instead of embedded copy --- .github/workflows/ci-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index b8f5357..ae741a7 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: ./.github/actions/msvc-dev-cmd + - uses: ilammy/msvc-dev-cmd@v1 with: arch: 'x86' - name: Set up Python ${{ matrix.python-version }} -- cgit v1.2.1