Skip to content

Commit

Permalink
Update mac.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealJake12 committed Sep 8, 2024
1 parent 0a67a03 commit 36f0ba0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setting up Haxe
uses: krdlab/[email protected]
with:
haxe-version: 4.2.5
haxe-version: 4.3.6
- name: Restore existing build cache for faster compilation
uses: actions/[email protected]
with:
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Installing/Updating libraries
run: |
haxe -cp ./update -D analyzer-optimize -main Update --interp
shell: cmd
shell: bash
- name: Building the game
run: |
haxelib run lime build mac
Expand Down

0 comments on commit 36f0ba0

Please sign in to comment.