Skip to content

Commit

Permalink
Update some packages for prod
Browse files Browse the repository at this point in the history
(reference #105)
  • Loading branch information
piotrzarzycki21 committed Feb 2, 2024
1 parent d5ca1ed commit 21e683d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-prod.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/macos-prod.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
4 changes: 2 additions & 2 deletions .github/workflows/windows-prod.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 21e683d

Please sign in to comment.