mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-03-20 17:09:21 +00:00
Convert command to Bash
This commit is contained in:
parent
5a70a50a56
commit
ddcb0474a3
4
.github/workflows/build-shit.yml
vendored
4
.github/workflows/build-shit.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue