1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-03-22 18:09:33 +00:00

revert haxe setup to hmm

This commit is contained in:
Cameron Taylor 2023-02-22 14:39:41 -05:00 committed by GitHub
parent e035adab72
commit 7d2bd7bed0

View file

@ -1,10 +1,20 @@
name: setup-haxeshit name: setup-haxeshit
description: "sets up haxe shit, using lix!" description: "sets up haxe shit, using HMM!"
runs: runs:
using: "composite" using: "composite"
steps: steps:
- uses: lix-pm/setup-lix@1.0.0 - uses: krdlab/setup-haxe@v1.4.0
with: with:
lix-version: 15.8.9 # optional haxe-version: 4.2.5
env: - name: Config haxelib
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true' 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