1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +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

@@ -86,6 +86,8 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
# Need newer mesa for lavapipe to work properly.
- name: Linux dependencies for tests