mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-10 00:34:40 +00:00
19 lines
439 B
YAML
19 lines
439 B
YAML
name: setup-haxeshit
|
|
description: "sets up haxe shit, using HMM!"
|
|
runs:
|
|
using: "composite"
|
|
steps:
|
|
- uses: krdlab/setup-haxe@v1.4.0
|
|
with:
|
|
haxe-version: 4.2.5
|
|
- 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
|