mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-22 14:53:53 +00:00
quiet installs, and maybe linux setup???
This commit is contained in:
parent
3fbb940c7b
commit
6760232b80
14
.github/workflows/learn-github-actions.yml
vendored
14
.github/workflows/learn-github-actions.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue