Revert "Debug: troubleshooting build failure"

This reverts commit 44570e8915.
This commit is contained in:
XargonWan 2024-11-12 12:54:05 +09:00
parent 44570e8915
commit bade40d89e

View file

@ -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