mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-22 14:53:53 +00:00
updated setup-haxe action and haxe version
This commit is contained in:
parent
72245dd575
commit
e8e617af03
6
.github/actions/setup-haxeshit/action.yml
vendored
6
.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.1.6
|
||||
- uses: krdlab/setup-haxe@v1.4.0
|
||||
with:
|
||||
haxe-version: 4.2.4
|
||||
haxe-version: 4.2.5
|
||||
- name: Config haxelib
|
||||
run: |
|
||||
haxelib config
|
||||
|
@ -15,4 +15,4 @@ runs:
|
|||
haxe -version
|
||||
haxelib --global install hmm
|
||||
haxelib --global run hmm install --quiet
|
||||
shell: bash
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in a new issue