mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-04 13:54:22 +00:00
Update action.yml
This commit is contained in:
parent
770e985109
commit
5ca9eba7f2
12
.github/actions/setup-haxeshit/action.yml
vendored
12
.github/actions/setup-haxeshit/action.yml
vendored
|
@ -1,18 +1,12 @@
|
|||
name: setup-haxeshit
|
||||
description: "sets up haxe shit, using HMM!"
|
||||
description: "sets up haxe shit, using lix!"
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- uses: krdlab/setup-haxe@v1.4.0
|
||||
- uses: lix-pm/setup-lix@1.0.0
|
||||
with:
|
||||
haxe-version: 4.2.5
|
||||
lix-version: 15.8.9 # optional
|
||||
- name: Config haxelib
|
||||
run: |
|
||||
haxelib config
|
||||
shell: bash
|
||||
- name: Installing Haxe lol
|
||||
run: |
|
||||
haxe -version
|
||||
haxelib install hmm
|
||||
haxelib run hmm install --quiet
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in a new issue