mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-23 08:07:54 -05:00
Merge pull request #96 from FunkinCrew/haxe-4.3.1
update setup-haxe for haxe 4.3.1
This commit is contained in:
commit
a671fd1428
1 changed files with 2 additions and 2 deletions
4
.github/actions/setup-haxeshit/action.yml
vendored
4
.github/actions/setup-haxeshit/action.yml
vendored
|
@ -3,9 +3,9 @@ description: "sets up haxe shit, using HMM!"
|
|||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- uses: krdlab/setup-haxe@v1.4.0
|
||||
- uses: krdlab/setup-haxe@v1.5.1
|
||||
with:
|
||||
haxe-version: 4.2.5
|
||||
haxe-version: 4.3.1
|
||||
- name: Config haxelib
|
||||
run: |
|
||||
haxelib config
|
||||
|
|
Loading…
Reference in a new issue