fix: editor missing submodule

This commit is contained in:
Kbscript
2025-04-17 11:53:13 +08:00
parent 954a78a9e3
commit d97ab13f05

View File

@@ -52,6 +52,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: galacean/editor
submodules: true
path: editor
token: ${{ secrets.CLONE_EDITOR_TOKEN }}