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