-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0a67a03
commit 36f0ba0
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -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 | ||
|