Skip to content

Commit a75c464

Browse files
committed
Use ilammy/msvc-dev-cmd@v1
1 parent e8f55cb commit a75c464

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Install MSVC
6060
if: matrix.os == 'windows-latest' && matrix.python-version == '2.7'
61-
uses: ilammy/msvc-dev-cmd@a742a854f54111d83b78e97091b5d85ccdaa3e89
61+
uses: ilammy/msvc-dev-cmd@v1
6262

6363
- name: Prepare environmental variables
6464
if: matrix.os == 'windows-latest' && matrix.python-version == '2.7'
@@ -125,7 +125,7 @@ jobs:
125125
with:
126126
python-version: "3.11"
127127
- name: Install MSVC
128-
uses: ilammy/msvc-dev-cmd@a742a854f54111d83b78e97091b5d85ccdaa3e89
128+
uses: ilammy/msvc-dev-cmd@v1
129129
with:
130130
arch: ${{ matrix.arch }}
131131
- name: Test Windows 32 and 64

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136

137137
- name: Install MSVC
138138
if: runner.os == 'Windows'
139-
uses: ilammy/msvc-dev-cmd@a742a854f54111d83b78e97091b5d85ccdaa3e89
139+
uses: ilammy/msvc-dev-cmd@v1
140140
with:
141141
toolset: 14.0
142142
arch: ${{ matrix.arch }}

0 commit comments

Comments
 (0)