mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-24 00:27:59 -05:00
12 lines
283 B
YAML
12 lines
283 B
YAML
name: setup-haxeshit
|
|
description: "sets up haxe shit, using lix!"
|
|
runs:
|
|
using: "composite"
|
|
steps:
|
|
- uses: lix-pm/setup-lix@1.0.0
|
|
with:
|
|
lix-version: 15.8.9 # optional
|
|
- name: Config haxelib
|
|
run: |
|
|
haxelib config
|
|
shell: bash
|