summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Talbert <swt@techie.net>2022-03-13 10:12:09 -0400
committerScott Talbert <swt@techie.net>2022-03-13 10:15:48 -0400
commit6af603ee8abea0f2f153b006d248302ee12d7dbe (patch)
treedd79e68ac24417239378f075780f0ead34eddca7
parent61bde2dd0953c0610110b3e0669073e446294cd4 (diff)
downloadpycurl-6af603ee8abea0f2f153b006d248302ee12d7dbe.tar.gz
Windows CI: use published ilammy/msvc-dev-cmd instead of embedded copy
-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 }}