mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-04-11 06:45:06 +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
|
- 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
|
# Bash 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
|
||||||
|
|
Loading…
Reference in a new issue