mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-14 19:25:16 -05:00
Attempt at fixing custom Lime in build
This commit is contained in:
parent
24c9786166
commit
364753286f
1 changed files with 10 additions and 0 deletions
10
.github/workflows/build-shit.yml
vendored
10
.github/workflows/build-shit.yml
vendored
|
@ -45,6 +45,16 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- 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
|
||||
run: |
|
||||
haxelib run lime build windows -debug
|
||||
|
|
Loading…
Reference in a new issue