summaryrefslogtreecommitdiff
path: root/.github/workflows/ci-windows.yml
diff options
context:
space:
mode:
authorScott Talbert <swt@techie.net>2022-03-13 10:29:27 -0400
committerGitHub <noreply@github.com>2022-03-13 10:29:27 -0400
commite9332d8e60bde93803543a1a76746d83c6fe953d (patch)
treedd79e68ac24417239378f075780f0ead34eddca7 /.github/workflows/ci-windows.yml
parent7ef45e82dc3c9a8980753241996a8cfed4e4a8c5 (diff)
parent6af603ee8abea0f2f153b006d248302ee12d7dbe (diff)
downloadpycurl-e9332d8e60bde93803543a1a76746d83c6fe953d.tar.gz
Merge pull request #741 from swt2c/ci_rm_msvc-dev-cmd
Windows CI: remove embedded copy of ilammy/msvc-dev-cmd
Diffstat (limited to '.github/workflows/ci-windows.yml')
-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 }}