File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125
125
id : toolchain-check
126
126
run : |
127
127
set +e
128
- if [ "${{ inputs.msvc-toolset-architecture }}" = "arm64 " ]; then
128
+ if [ "${{ inputs.msvc-toolset-architecture }}" = "ARM64 " ]; then
129
129
vcvars="vcvarsarm64.bat"
130
130
else
131
131
vcvars="vcvars64.bat"
Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ jobs:
311
311
with :
312
312
platform : windows-x64
313
313
runs-on : windows-2025
314
- msvc-toolset-version : ' 14.44 '
314
+ msvc-toolset-version : ' 14.43 '
315
315
msvc-toolset-architecture : ' x86.x64'
316
316
configure-arguments : ${{ github.event.inputs.configure-arguments }}
317
317
make-arguments : ${{ github.event.inputs.make-arguments }}
@@ -324,8 +324,8 @@ jobs:
324
324
with :
325
325
platform : windows-aarch64
326
326
runs-on : windows-11-arm
327
- msvc-toolset-version : ' 14.44 '
328
- msvc-toolset-architecture : ' arm64 '
327
+ msvc-toolset-version : ' 14.43 '
328
+ msvc-toolset-architecture : ' ARM64 '
329
329
configure-arguments : ${{ github.event.inputs.configure-arguments }}
330
330
make-arguments : ${{ github.event.inputs.make-arguments }}
331
331
if : needs.prepare.outputs.windows-aarch64 == 'true'
You can’t perform that action at this time.
0 commit comments