Funkin/.github/actions/setup-haxeshit/action.yml

21 lines
571 B
YAML
Raw Normal View History

name: setup-haxeshit
2023-02-22 14:39:41 -05:00
description: "sets up haxe shit, using HMM!"
runs:
using: "composite"
steps:
2023-05-24 18:55:42 -04:00
- uses: krdlab/setup-haxe@v1.5.1
with:
2023-05-24 18:55:42 -04:00
haxe-version: 4.3.1
2023-02-22 14:39:41 -05:00
- name: Config haxelib
run: |
haxelib config
shell: bash
- name: Installing Haxe lol
run: |
haxe -version
2023-08-03 11:40:19 -04:00
haxelib git haxelib https://github.com/HaxeFoundation/haxelib.git development
2023-02-22 14:39:41 -05:00
haxelib version
haxelib --global install hmm
2023-07-31 11:41:34 -04:00
haxelib --global run hmm install --quiet
2023-02-22 14:39:41 -05:00
shell: bash