From 3987f8e199d339907f29372ea24e5cf895f49b57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Tue, 3 Feb 2026 23:22:03 +0100 Subject: [PATCH] try exe --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0c2293ca6..ff94dd938 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -101,8 +101,8 @@ jobs: WINEPREFIX: ${{ github.workspace }}/tools/.wine WINEDEBUG: "-all" run: | - ant exe - #export CICD_TEMP=${{ github.workspace }} - #chmod a+x ./cicd_scripts/*.sh - #./cicd_scripts/before_install.sh + export CICD_TEMP=${{ github.workspace }} + chmod a+x ./cicd_scripts/*.sh + ./cicd_scripts/before_install.sh + ant exe #./cicd_scripts/script.sh