1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-10-02 07:28:53 +00:00

Attempt at fixing custom Lime in build

This commit is contained in:
EliteMasterEric 2023-07-10 20:10:17 -04:00
parent 24c9786166
commit 364753286f

View file

@ -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