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: |