From bade40d89ec097aefb447b9b12a87ab02f833f42 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Tue, 12 Nov 2024 12:54:05 +0900 Subject: [PATCH] Revert "Debug: troubleshooting build failure" This reverts commit 44570e89152a092f42c5d964a188a08b3e50d390. --- .github/workflows/build_release.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index bcf07ceb..f996206e 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -55,10 +55,7 @@ jobs: - name: Clone RetroDECK repo uses: actions/checkout@v4 with: - fetch-depth: 5 # Fetch the last 5 commits; adjust as needed - submodules: true # Fetch submodules - submodule-fetch-depth: 5 # Fetch the last 5 commits of submodules - ref: ${{ github.ref }} # Ensure the current branch is checked out + submodules: 'true' # Install Dependencies - name: Install dependencies