1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-10 00:34:40 +00:00
Funkin/.github/actions/setup-haxeshit/action.yml

21 lines
559 B
YAML
Raw Normal View History

name: setup-haxeshit
2023-02-22 19:39:41 +00:00
description: "sets up haxe shit, using HMM!"
runs:
using: "composite"
steps:
2023-02-22 19:39:41 +00:00
- uses: krdlab/setup-haxe@v1.4.0
with:
2023-02-22 19:39:41 +00:00
haxe-version: 4.2.5
- 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