mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-07-29 18:30:28 +00:00
Test Qt6 in Proxspace
This commit is contained in:
@@ -52,7 +52,10 @@ jobs:
|
||||
for ($i = 1; $i -le $maxAttempts; $i++) {
|
||||
Write-Host "Attempt $i..."
|
||||
./runme64.bat -c "exit"
|
||||
if ($LASTEXITCODE -eq 0) { exit 0 }
|
||||
if ($LASTEXITCODE -eq 0) {
|
||||
./runme64.bat -c "pacman -Syu --noconfirm mingw-w64-x86_64-qt6-base"
|
||||
exit 0
|
||||
}
|
||||
if ($i -lt $maxAttempts) { Start-Sleep -Seconds $delay }
|
||||
}
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user