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:
parent
e035adab72
commit
7d2bd7bed0
20
.github/actions/setup-haxeshit/action.yml
vendored
20
.github/actions/setup-haxeshit/action.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue