Skip to content

Commit

Permalink
+11
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Jun 24, 2023
1 parent 32f59a2 commit 561872f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/on commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,7 @@ jobs:
Start-Process -FilePath 'D:\PABCNETC\pabcnetcclear.exe' -ArgumentList '"PackAll.pas"' -Wait -NoNewWindow
Start-Process -FilePath 'PackAll.exe' -ArgumentList '"Stages= FirstPack + Reference + Dummy + OpenCL+OpenCLABC + OpenGL+OpenGLABC + Compile + Test + Release" "PasCompPath=D:\PABCNETC\pabcnetcclear.exe"' -Wait -NoNewWindow
if ($?) {
core.setFailed('PackAll ok')
} else {
core.setFailed('PackAll failed')
}
if ($?) Exit /b $?
- name: Check for changes
run: |
Expand Down

0 comments on commit 561872f

Please sign in to comment.