1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-11 20:57:20 +00:00

quiet installs, and maybe linux setup???

This commit is contained in:
Cameron Taylor 2022-02-18 17:04:48 -05:00
parent 3fbb940c7b
commit 6760232b80

View file

@ -8,14 +8,10 @@ jobs:
with:
haxe-version: 4.2.4
- 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
haxelib install openfl --quiet
haxelib install lime --quiet
haxelib install flixel --quiet
haxelib install flixel-addons --quiet
haxelib run lime setup linux