mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-12 06:54:41 -04:00
Attempt to fix github actions
This commit is contained in:
parent
16bcf2c767
commit
8fe837d76d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-shit.yml
vendored
2
.github/workflows/build-shit.yml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
|||
# 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