mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-10 00:34:40 +00:00
11 lines
257 B
YAML
11 lines
257 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
|
|
env:
|
|
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
|