[CI] Changed VS version to see if it will prevent triggering AV

This commit is contained in:
Gliniak
2024-07-08 21:30:46 +02:00
parent bd77aae7d0
commit 5d3240d492
4 changed files with 4 additions and 4 deletions

2
xb.ps1
View File

@@ -14,7 +14,7 @@ foreach ($pythonExecutable in $pythonExecutables) {
}
}
# Neither found, error and exit
$pythonMinimumVer = 3,8
$pythonMinimumVer = 3,7
if (!$pythonPath) {
Write-FatalError "ERROR: Python $($pythonMinimumVer[0]).$($pythonMinimumVer[1])+ must be installed and on PATH:`nhttps://www.python.org/"
}