mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-22 14:53:53 +00:00
idk redo??
This commit is contained in:
parent
23f759cbe6
commit
71a345d637
12
.github/workflows/learn-github-actions.yml
vendored
12
.github/workflows/learn-github-actions.yml
vendored
|
@ -7,15 +7,15 @@ jobs:
|
|||
- 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:
|
||||
node-version: '14'
|
||||
- run: npm install -g bats
|
||||
- run: bats -v
|
||||
- run: |
|
||||
haxe -version
|
||||
haxelib install openfl
|
||||
haxelib install lime
|
||||
haxelib install flixel
|
||||
haxelib install flixel-addons
|
||||
|
|
Loading…
Reference in a new issue