mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-16 19:35:39 +00:00
Debug: troubleshooting build failure
This commit is contained in:
parent
13dc816cd1
commit
44570e8915
5
.github/workflows/build_release.yml
vendored
5
.github/workflows/build_release.yml
vendored
|
@ -55,7 +55,10 @@ jobs:
|
||||||
- name: Clone RetroDECK repo
|
- name: Clone RetroDECK repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: 'true'
|
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
|
||||||
|
|
||||||
# Install Dependencies
|
# Install Dependencies
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
Loading…
Reference in a new issue