mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-27 05:44:51 +00:00
try exe
This commit is contained in:
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
@@ -97,8 +97,12 @@ jobs:
|
||||
run: |
|
||||
apt-get install -y -qq ant
|
||||
- name: Build
|
||||
env:
|
||||
WINEPREFIX: ${{ github.workspace }}/tools/.wine
|
||||
WINEDEBUG: "-all"
|
||||
run: |
|
||||
export CICD_TEMP=${{ github.workspace }}
|
||||
chmod a+x ./cicd_scripts/*.sh
|
||||
./cicd_scripts/before_install.sh
|
||||
./cicd_scripts/script.sh
|
||||
ant exe
|
||||
#export CICD_TEMP=${{ github.workspace }}
|
||||
#chmod a+x ./cicd_scripts/*.sh
|
||||
#./cicd_scripts/before_install.sh
|
||||
#./cicd_scripts/script.sh
|
||||
|
||||
Reference in New Issue
Block a user