summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci-windows.yml2
1 files changed, 1 insertions, 1 deletions
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 }}