mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-19 21:33:06 +00:00
Attempt at fixing custom Lime in build
This commit is contained in:
parent
24c9786166
commit
364753286f
10
.github/workflows/build-shit.yml
vendored
10
.github/workflows/build-shit.yml
vendored
|
@ -45,6 +45,16 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: ./.github/actions/setup-haxeshit
|
- uses: ./.github/actions/setup-haxeshit
|
||||||
|
- name: Build Lime
|
||||||
|
# TODO: Remove the step that builds Lime later.
|
||||||
|
run: |
|
||||||
|
LIME_PATH=$(haxelib libpath lime)
|
||||||
|
echo "Moving to $LIME_PATH"
|
||||||
|
cd $LIME_PATH
|
||||||
|
git submodule sync --recursive
|
||||||
|
git submodule update --recursive
|
||||||
|
git status
|
||||||
|
lime rebuild windows --clean
|
||||||
- name: Build game
|
- name: Build game
|
||||||
run: |
|
run: |
|
||||||
haxelib run lime build windows -debug
|
haxelib run lime build windows -debug
|
||||||
|
|
Loading…
Reference in a new issue