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 @@ -129,7 +129,7 @@ jobs:
129
129
id : toolchain-check
130
130
run : |
131
131
set +e
132
- if [ "${{ inputs.msvc-toolset-architecture }}" = "arm64 " ]; then
132
+ if [ "${{ inputs.msvc-toolset-architecture }}" = "ARM64 " ]; then
133
133
vcvars="vcvarsarm64.bat"
134
134
else
135
135
vcvars="vcvars64.bat"
Original file line number Diff line number Diff line change @@ -367,8 +367,8 @@ jobs:
367
367
with :
368
368
platform : windows-aarch64
369
369
runs-on : windows-11-arm
370
- msvc-toolset-version : ' 14.44 '
371
- msvc-toolset-architecture : ' arm64 '
370
+ msvc-toolset-version : ' 14.43 '
371
+ msvc-toolset-architecture : ' ARM64 '
372
372
configure-arguments : ${{ github.event.inputs.configure-arguments }}
373
373
make-arguments : ${{ github.event.inputs.make-arguments }}
374
374
dry-run : ${{ needs.prepare.outputs.dry-run == 'true' }}
You can’t perform that action at this time.
0 commit comments