File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 58
58
59
59
- name : Install MSVC
60
60
if : matrix.os == 'windows-latest' && matrix.python-version == '2.7'
61
- uses : ilammy/msvc-dev-cmd@a742a854f54111d83b78e97091b5d85ccdaa3e89
61
+ uses : ilammy/msvc-dev-cmd@v1
62
62
63
63
- name : Prepare environmental variables
64
64
if : matrix.os == 'windows-latest' && matrix.python-version == '2.7'
@@ -125,7 +125,7 @@ jobs:
125
125
with :
126
126
python-version : " 3.11"
127
127
- name : Install MSVC
128
- uses : ilammy/msvc-dev-cmd@a742a854f54111d83b78e97091b5d85ccdaa3e89
128
+ uses : ilammy/msvc-dev-cmd@v1
129
129
with :
130
130
arch : ${{ matrix.arch }}
131
131
- name : Test Windows 32 and 64
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ jobs:
136
136
137
137
- name : Install MSVC
138
138
if : runner.os == 'Windows'
139
- uses : ilammy/msvc-dev-cmd@a742a854f54111d83b78e97091b5d85ccdaa3e89
139
+ uses : ilammy/msvc-dev-cmd@v1
140
140
with :
141
141
toolset : 14.0
142
142
arch : ${{ matrix.arch }}
You can’t perform that action at this time.
0 commit comments