Skip to content

Commit

Permalink
Inject haxepath
Browse files Browse the repository at this point in the history
(References: #42)
  • Loading branch information
Aszusz committed Mar 11, 2024
1 parent 4eb3b77 commit b780348
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit b780348

Please sign in to comment.