mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-03-20 17:09:21 +00:00
haxeflixel stuff in progress for actions?
This commit is contained in:
parent
e2ef4b4ac6
commit
23f759cbe6
9
.github/workflows/learn-github-actions.yml
vendored
9
.github/workflows/learn-github-actions.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue