mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-12-02 03:34:54 +00:00
18 lines
456 B
YAML
18 lines
456 B
YAML
name: setup-haxeshit
|
|
description: "sets up haxe shit, using HMM!"
|
|
runs:
|
|
using: "composite"
|
|
steps:
|
|
- uses: krdlab/setup-haxe@v1.1.6
|
|
with:
|
|
haxe-version: 4.2.4
|
|
- name: Config haxelib
|
|
run: |
|
|
haxelib config
|
|
shell: bash
|
|
- name: Installing Haxe lol
|
|
run: |
|
|
haxe -version
|
|
haxelib --global install hmm
|
|
haxelib --global run hmm install --quiet
|
|
shell: bash |