1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-11 20:57:20 +00:00

updated setup-haxe action and haxe version

This commit is contained in:
Cameron Taylor 2023-02-09 01:48:15 -05:00 committed by GitHub
parent 72245dd575
commit e8e617af03

View file

@ -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