Skip to content

Commit af1cf47

Browse files
committed
Try fix CI
1 parent 29b5155 commit af1cf47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_algorithms.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ $Environment = (Get-ChildItem Env:);
3434
"x86", "SSE2", "AVX2", "AVX512", "ARM64" | ForEach-Object {
3535
$ExtraFlags = "";
3636
If ($_ -eq "x86") {
37-
Invoke-CmdScript "$VSRoot\VC\Auxiliary\Build\vcvarsamd64_x86.bat"
37+
Invoke-CmdScript "$VSRoot\VC\Auxiliary\Build\vcvars32.bat"
3838
} Elseif ($_ -eq "ARM64") {
3939
Invoke-CmdScript "$VSRoot\VC\Auxiliary\Build\vcvarsamd64_arm64.bat"
4040
$ExtraFlags = "--target=arm64-pc-windows-msvc";

0 commit comments

Comments
 (0)