Convert command to Bash

This commit is contained in:
EliteMasterEric 2023-07-14 23:07:17 -04:00
parent 5a70a50a56
commit ddcb0474a3
1 changed files with 2 additions and 2 deletions

View File

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