Skip to content

Commit

Permalink
+79
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Aug 18, 2024
1 parent f564932 commit b8982a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upstream pretest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:
Write-Host "Updating main repo..."
Push-Location './core'
git fetch
git fetch --all
git show-ref
Expand All @@ -222,7 +222,7 @@ jobs:
git push --set-upstream origin $core_branch_name
}
& .\DeleteAllTemp.bat NoPause
& .\DeleteAllTemp.bat NoPause | Out-Null
Write-Host "Compile: " -NoNewline
Start-Process -FilePath 'D:\PABCNETC\pabcnetcclear.exe' -ArgumentList '"PackAll.pas"' -Wait -NoNewWindow
Expand Down

0 comments on commit b8982a2

Please sign in to comment.