mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-09 00:04:42 +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
|
name: setup-haxeshit
|
||||||
description: "sets up haxe shit, using HMM!"
|
description: "sets up haxe shit, using lix!"
|
||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
- uses: krdlab/setup-haxe@v1.4.0
|
- uses: lix-pm/setup-lix@1.0.0
|
||||||
with:
|
with:
|
||||||
haxe-version: 4.2.5
|
lix-version: 15.8.9 # optional
|
||||||
- name: Config haxelib
|
- name: Config haxelib
|
||||||
run: |
|
run: |
|
||||||
haxelib config
|
haxelib config
|
||||||
shell: bash
|
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