Attempt 2, with powershell

This commit is contained in:
EliteMasterEric 2023-07-10 20:49:28 -04:00
parent 364753286f
commit 6c9ec918af
1 changed files with 2 additions and 1 deletions

View File

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