Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcagabe19 authored Nov 1, 2024
1 parent 2a5e7c1 commit 13c3825
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,10 @@ jobs:
with:
haxe-version: ${{ env.HAXE_VERSION }}

- uses: TheMrMilchmann/setup-msvc-dev@v3
with:
arch: amd64_arm64

- name: Set HAXEPATH
run: |
echo "HAXEPATH=$Env:HAXE_STD_PATH\.." >> $Env:GITHUB_ENV
Expand All @@ -219,6 +223,7 @@ jobs:
run: |
lime rebuild windows -32 -release -nocolor -verbose -nocffi
lime rebuild windows -64 -release -nocolor -verbose -nocffi
lime rebuild windows -arm64 -release -nocolor -verbose -nocffi -D HXCPP_ARM64
lime rebuild hl -clean -release -nocolor -verbose -nocffi
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 13c3825

Please sign in to comment.