mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-01 01:39:44 -04:00
Attempt 2, with powershell
This commit is contained in:
parent
364753286f
commit
6c9ec918af
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build-shit.yml
vendored
3
.github/workflows/build-shit.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue