1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-11 20:57:20 +00:00

Update action.yml

This commit is contained in:
Cameron Taylor 2023-02-09 05:19:10 -05:00 committed by GitHub
parent 770e985109
commit 5ca9eba7f2

View file

@ -1,18 +1,12 @@
name: setup-haxeshit
description: "sets up haxe shit, using HMM!"
description: "sets up haxe shit, using lix!"
runs:
using: "composite"
steps:
- uses: krdlab/setup-haxe@v1.4.0
- uses: lix-pm/setup-lix@1.0.0
with:
haxe-version: 4.2.5
lix-version: 15.8.9 # optional
- name: Config haxelib
run: |
haxelib config
shell: bash
- name: Installing Haxe lol
run: |
haxe -version
haxelib install hmm
haxelib run hmm install --quiet
shell: bash