1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-10-27 01:45:24 +00:00

haxeflixel stuff in progress for actions?

This commit is contained in:
Cameron Taylor 2022-02-18 16:47:44 -05:00
parent e2ef4b4ac6
commit 23f759cbe6

View file

@ -4,6 +4,15 @@ jobs:
check-bats-version:
runs-on: ubuntu-latest
steps:
- uses: krdlab/setup-haxe@v1.1.6
with:
haxe-version: 4.2.4
- run: |
haxe -version
haxelib install openfl
haxelib install lime
haxelib install flixel
haxelib install flixel-addons
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with: