From 052718535cd977aefbcfc2b42f130b4f7b0dd123 Mon Sep 17 00:00:00 2001 From: Nguyen Truong An <79207918+flashshare@users.noreply.github.com> Date: Tue, 25 Feb 2025 13:25:50 +0100 Subject: [PATCH] Update switch_builds.yml --- .github/workflows/switch_builds.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/switch_builds.yml b/.github/workflows/switch_builds.yml index 2b0719abd..6e7811c99 100644 --- a/.github/workflows/switch_builds.yml +++ b/.github/workflows/switch_builds.yml @@ -14,7 +14,10 @@ jobs: name: Template (target=release, tools=no) steps: - - uses: actions/checkout@v4 + - name: Checkout repository + uses: actions/checkout@v4 + with: + submodules: recursive # Fetch all submodules - name: Restore Pandemonium build cache uses: ./.github/actions/godot-cache-restore