Skip to content

Commit

Permalink
didn't know that would error...
Browse files Browse the repository at this point in the history
  • Loading branch information
bobeaton committed Nov 1, 2023
1 parent 5385a2d commit 6d8957e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@ jobs:
exit 0
} else {
Write-Host "Waiting for files to exist..."
Get-ChildItem -Path .\Common\Win32\Debug
Get-ChildItem -Path .\Common\Win32\Release
Get-ChildItem -Path .\Common\x64\Debug
Get-ChildItem -Path .\Common
Start-Sleep -Seconds 5
$timeout += 5
}
Expand Down

0 comments on commit 6d8957e

Please sign in to comment.