-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update haxe libs for other platforms
(reference #105)
- Loading branch information
1 parent
30138a8
commit 6295234
Showing
2 changed files
with
4 additions
and
4 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 |
---|---|---|
|
@@ -21,14 +21,14 @@ jobs: | |
- name: Set up Haxe | ||
uses: krdlab/[email protected] | ||
with: | ||
haxe-version: 4.3.1 | ||
haxe-version: 4.3.3 | ||
|
||
- name: Install dependencies | ||
run: | | ||
haxelib install hxcpp | ||
haxelib git openfl https://github.com/openfl/openfl.git develop | ||
haxelib run openfl setup | ||
haxelib install feathersui | ||
haxelib git feathersui https://github.com/feathersui/feathersui-openfl.git | ||
haxelib git champaign https://github.com/Moonshine-IDE/Champaign.git | ||
- name: Build project | ||
|
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 |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
- name: Set up Haxe | ||
uses: krdlab/[email protected] | ||
with: | ||
haxe-version: 4.3.1 | ||
haxe-version: 4.3.3 | ||
|
||
- name: Install dependencies | ||
run: | | ||
|
@@ -40,7 +40,7 @@ jobs: | |
haxelib git lime-samples https://github.com/openfl/lime-samples | ||
haxelib git openfl https://github.com/openfl/openfl.git develop | ||
haxelib run openfl setup | ||
haxelib install feathersui | ||
haxelib git feathersui https://github.com/feathersui/feathersui-openfl.git | ||
haxelib git champaign https://github.com/Moonshine-IDE/Champaign.git | ||
- name: Build project | ||
|