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 3636 name : Set Python
3737 uses : actions/setup-python@v2
3838 with :
39- python-version : " 3.6"
4039 architecture : ${{ matrix.arch }}
40+ python-version : " 3.6"
4141 -
4242 name : Set MSVC toolchain (v9)
4343 run : |
@@ -114,8 +114,8 @@ jobs:
114114 name : Set Python
115115 uses : actions/setup-python@v2
116116 with :
117- python-version : " ${{ matrix.python-version }}"
118117 architecture : ${{ matrix.arch }}
118+ python-version : ${{ matrix.python-version }}
119119 -
120120 name : Set MSVC toolset version
121121 run : |
@@ -229,8 +229,8 @@ jobs:
229229 name : Set Python
230230 uses : actions/setup-python@v2
231231 with :
232- python-version : " ${{ matrix.python-version }}"
233232 architecture : ${{ matrix.arch }}
233+ python-version : ${{ matrix.python-version }}
234234 -
235235 name : Download build artifacts
236236 uses : actions/download-artifact@v1
You can’t perform that action at this time.
0 commit comments