Skip to content

Commit

Permalink
Update haxe libs for other platforms
Browse files Browse the repository at this point in the history
(reference #105)
  • Loading branch information
piotrzarzycki21 committed Feb 2, 2024
1 parent 30138a8 commit 6295234
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
Expand Down

0 comments on commit 6295234

Please sign in to comment.