CI: Enable submodules on the checkout action

This commit is contained in:
Aaron Franke 2024-03-15 19:52:47 -07:00
parent 68ad520da4
commit 2b2dec1f60
No known key found for this signature in database
GPG key ID: 40A1750B977E56BF
7 changed files with 14 additions and 0 deletions

View file

@ -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