CI: Enable submodules on the checkout action
This commit is contained in:
parent
68ad520da4
commit
2b2dec1f60
7 changed files with 14 additions and 0 deletions
2
.github/workflows/godot_cpp_test.yml
vendored
2
.github/workflows/godot_cpp_test.yml
vendored
|
|
@ -19,6 +19,8 @@ jobs:
|
|||
name: "Build and test Godot CPP"
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Setup python and scons
|
||||
uses: ./.github/actions/godot-deps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue