We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
shell: cmd
1 parent 2d4fc52 commit c287a1cCopy full SHA for c287a1c
.github/workflows/windows.yml
@@ -154,8 +154,8 @@ jobs:
154
if: ${{ ! matrix.dry-run }}
155
156
run: |
157
- call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\${MATRIX_VCVARS}"
158
- py.exe -3.12 build-windows.py --python cpython-${MATRIX_PYTHON} --sh c:\cygwin\bin\sh.exe --options ${MATRIX_BUILD_OPTIONS}
+ call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\%MATRIX_VCVARS%"
+ py.exe -3.12 build-windows.py --python cpython-%MATRIX_PYTHON% --sh c:\cygwin\bin\sh.exe --options %MATRIX_BUILD_OPTIONS%
159
env:
160
MATRIX_VCVARS: ${{ matrix.vcvars }}
161
MATRIX_PYTHON: ${{ matrix.python }}
0 commit comments