1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-10-04 00:10:39 +00:00

Attempt 2, with powershell

This commit is contained in:
EliteMasterEric 2023-07-10 20:49:28 -04:00
parent 364753286f
commit 6c9ec918af

View file

@ -47,8 +47,9 @@ jobs:
- uses: ./.github/actions/setup-haxeshit - uses: ./.github/actions/setup-haxeshit
- name: Build Lime - name: Build Lime
# TODO: Remove the step that builds Lime later. # TODO: Remove the step that builds Lime later.
# Powershell method
run: | run: |
LIME_PATH=$(haxelib libpath lime) $LIME_PATH = &"haxelib libpath lime"
echo "Moving to $LIME_PATH" echo "Moving to $LIME_PATH"
cd $LIME_PATH cd $LIME_PATH
git submodule sync --recursive git submodule sync --recursive