mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-01-05 12:32:07 -05: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
|