1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

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
7 changed files with 14 additions and 0 deletions

View File

@@ -19,6 +19,8 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Setup Godot build cache
uses: ./.github/actions/godot-cache