mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-10 00:34:40 +00:00
21 lines
559 B
YAML
21 lines
559 B
YAML
name: setup-haxeshit
|
|
description: "sets up haxe shit, using HMM!"
|
|
runs:
|
|
using: "composite"
|
|
steps:
|
|
- uses: krdlab/setup-haxe@v1.5.1
|
|
with:
|
|
haxe-version: 4.3.1
|
|
- name: Config haxelib
|
|
run: |
|
|
haxelib config
|
|
shell: bash
|
|
- name: Installing Haxe lol
|
|
run: |
|
|
haxe -version
|
|
haxelib git haxelib https://github.com/HaxeFoundation/haxelib.git
|
|
haxelib version
|
|
haxelib --global install hmm
|
|
haxelib --global run hmm install --quiet
|
|
shell: bash
|