Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
moxie-coder authored Jun 25, 2023
1 parent 1340a2b commit 74c7a7a
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- uses: krdlab/setup-haxe@master
with:
haxe-version: 4.2.0
haxe-version: 4.2.5
# Runs a set of commands using the runners shell
- name: Install Haxelib
run: |
Expand All @@ -41,8 +41,6 @@ jobs:
haxelib install flixel-tools
haxelib install flixel-ui
haxelib install flixel-addons
haxelib install tjson
haxelib install hxjsonast
haxelib git linc_luajit https://github.com/AndreiRudenko/linc_luajit
haxelib install hscript
haxelib git hscript-ex https://github.com/ianharrigan/hscript-ex
Expand All @@ -67,7 +65,7 @@ jobs:

- uses: krdlab/setup-haxe@master
with:
haxe-version: 4.2.0
haxe-version: 4.2.5
# Runs a set of commands using the runners shell
- name: Install Haxelib
run: |
Expand All @@ -81,8 +79,6 @@ jobs:
haxelib install flixel-tools
haxelib install flixel-ui
haxelib install flixel-addons
haxelib install tjson
haxelib install hxjsonast
haxelib git linc_luajit https://github.com/AndreiRudenko/linc_luajit
haxelib install hscript
haxelib git hscript-ex https://github.com/ianharrigan/hscript-ex
Expand All @@ -108,7 +104,7 @@ jobs:

- uses: krdlab/setup-haxe@master
with:
haxe-version: 4.2.0
haxe-version: 4.2.5
# Runs a set of commands using the runners shell
- name: Install Haxelib
run: |
Expand All @@ -122,8 +118,6 @@ jobs:
haxelib install flixel-tools
haxelib install flixel-ui
haxelib install flixel-addons
haxelib install tjson
haxelib install hxjsonast
haxelib git linc_luajit https://github.com/AndreiRudenko/linc_luajit
haxelib install hscript
haxelib git hscript-ex https://github.com/ianharrigan/hscript-ex
Expand Down

0 comments on commit 74c7a7a

Please sign in to comment.