File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 36
36
name : Set Python
37
37
uses : actions/setup-python@v2
38
38
with :
39
- python-version : " 3.6"
40
39
architecture : ${{ matrix.arch }}
40
+ python-version : " 3.6"
41
41
-
42
42
name : Set MSVC toolchain (v9)
43
43
run : |
@@ -114,8 +114,8 @@ jobs:
114
114
name : Set Python
115
115
uses : actions/setup-python@v2
116
116
with :
117
- python-version : " ${{ matrix.python-version }}"
118
117
architecture : ${{ matrix.arch }}
118
+ python-version : ${{ matrix.python-version }}
119
119
-
120
120
name : Set MSVC toolset version
121
121
run : |
@@ -229,8 +229,8 @@ jobs:
229
229
name : Set Python
230
230
uses : actions/setup-python@v2
231
231
with :
232
- python-version : " ${{ matrix.python-version }}"
233
232
architecture : ${{ matrix.arch }}
233
+ python-version : ${{ matrix.python-version }}
234
234
-
235
235
name : Download build artifacts
236
236
uses : actions/download-artifact@v1
You can’t perform that action at this time.
0 commit comments