Skip to content

Commit

Permalink
Update lime and openfl versions
Browse files Browse the repository at this point in the history
- Change action for haxe to hosted in Moonshine-IDE org
(reference #123 )
  • Loading branch information
piotrzarzycki21 committed Dec 30, 2024
1 parent 6adcd10 commit c3e7e66
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sub-build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
sudo apt-get install libfuse2
- name: Set up Haxe
uses: krdlab/setup-haxe@master
uses: Moonshine-IDE/setup-haxe-action@master
with:
haxe-version: ${{ env.haxe_version }}

Expand Down Expand Up @@ -115,12 +115,12 @@ jobs:
cd /opt/hostedtoolcache/haxe/${{env.haxe_version}}/x64/lib/hxcpp/git/tools/hxcpp
haxe compile.hxml
popd
haxelib install lime 8.2.1
haxelib install lime 8.2.2
haxelib install format
haxelib install hxp
haxelib install yaml
haxelib git lime-samples https://github.com/openfl/lime-samples
haxelib install openfl 9.4.0
haxelib install openfl 9.4.1
haxelib run openfl setup
haxelib git feathersui https://github.com/feathersui/feathersui-openfl.git
haxelib git champaign https://github.com/Moonshine-IDE/Champaign.git
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sub-build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,12 @@ jobs:
cd /Users/runner/hostedtoolcache/haxe/${{env.haxe_version}}/x64/lib/hxcpp/git/tools/hxcpp
haxe compile.hxml
popd
haxelib install lime 8.2.1
haxelib install lime 8.2.2
haxelib install format
haxelib install hxp
haxelib install yaml
haxelib git lime-samples https://github.com/openfl/lime-samples
haxelib install openfl 9.4.0
haxelib install openfl 9.4.1
haxelib run openfl setup
haxelib git feathersui https://github.com/feathersui/feathersui-openfl.git
haxelib git champaign https://github.com/Moonshine-IDE/Champaign.git
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/sub-build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
replace: "${{ inputs.version }}"

- name: Set up Haxe
uses: krdlab/setup-haxe@master
uses: Moonshine-IDE/setup-haxe-action@master
with:
haxe-version: ${{ env.haxe_version }}

Expand Down Expand Up @@ -104,12 +104,12 @@ jobs:
cd C:\hostedtoolcache\windows\haxe\${{env.haxe_version}}\x64\lib\hxcpp\git\tools\hxcpp
haxe compile.hxml
popd
haxelib install lime 8.2.1
haxelib install lime 8.2.2
haxelib install format
haxelib install hxp
haxelib install yaml
haxelib git lime-samples https://github.com/openfl/lime-samples
haxelib install openfl 9.4.0
haxelib install openfl 9.4.1
haxelib run openfl setup
haxelib git feathersui https://github.com/feathersui/feathersui-openfl.git
haxelib git champaign https://github.com/Moonshine-IDE/Champaign.git
Expand Down

0 comments on commit c3e7e66

Please sign in to comment.