From b7803486cde9715dc1cfcdcefb9d59968ec05841 Mon Sep 17 00:00:00 2001 From: Adrian Szuszkiewicz Date: Mon, 11 Mar 2024 11:50:19 +0100 Subject: [PATCH] Inject haxepath (References: #42) --- .github/workflows/build-windows.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index bfa08d6..07ca987 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -61,5 +61,8 @@ jobs: - name: Show haxe run: (Get-Command haxe).Source - # - name: Build with Ant - # run: ant -buildfile MoonshineSDKInstaller/build/build.xml all -Dapp.version=${{ inputs.version }} + - name: Build with Ant + run: > + ant -buildfile MoonshineSDKInstaller/build/build.xml all + -DHAXEPATH="C:\hostedtoolcache\windows\haxe\4.2.5\x64" + -Dapp.version=${{ inputs.version }}