From a2cfc32dddb9ec06194c067bdfc2badfb3417ff8 Mon Sep 17 00:00:00 2001 From: Sun Serega Date: Sat, 24 Jun 2023 18:57:34 +0300 Subject: [PATCH] +23 --- .github/workflows/on commit.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on commit.yaml b/.github/workflows/on commit.yaml index fe6f4b7e..0fb96bd1 100644 --- a/.github/workflows/on commit.yaml +++ b/.github/workflows/on commit.yaml @@ -120,9 +120,9 @@ jobs: - name: PackAll run: | - "../PABCNETC/pabcnetcclear.exe" "PackAll.pas" + mono "../PABCNETC/pabcnetcclear.exe" "PackAll.pas" # TODO need mono anon pipes workaround -# "PackAll.exe" "Stages= FirstPack + Reference + Dummy + OpenCL+OpenCLABC + OpenGL+OpenGLABC + Compile + Test + Release" "PasCompPath=../PABCNETC/pabcnetcclear.exe" SkipFinishedPause +# mono "PackAll.exe" "Stages= FirstPack + Reference + Dummy + OpenCL+OpenCLABC + OpenGL+OpenGLABC + Compile + Test + Release" "PasCompPath=../PABCNETC/pabcnetcclear.exe" SkipFinishedPause - name: Check for changes run: |