1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-20 01:00:53 +00:00
Funkin/.github/actions/setup-haxeshit/action.yml
2023-02-09 01:48:15 -05:00

19 lines
457 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 --global install hmm
haxelib --global run hmm install --quiet
shell: bash