mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-25 16:24:40 +00:00
no more npx *vine boom*
This commit is contained in:
parent
f9c8f7db3f
commit
c8ed334191
4
.github/workflows/build-shit.yml
vendored
4
.github/workflows/build-shit.yml
vendored
|
@ -55,10 +55,10 @@ jobs:
|
|||
.haxelib/
|
||||
export/debug/windows/haxe/
|
||||
export/debug/windows/obj/
|
||||
- run: npx lix download
|
||||
- run: lix download
|
||||
- name: Build game
|
||||
run: |
|
||||
npx lix lime build windows -debug --times
|
||||
lix lime build windows -debug --times
|
||||
dir
|
||||
- uses: ./.github/actions/upload-itch
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue