Skip to content

Commit d47167b

Browse files
committed
Try Something Different
I'm sure there's a drawback to fetch-depth: 0 that this will stumble into at some point
1 parent 39a9555 commit d47167b

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build_mac.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
uses: actions/checkout@v6
4040
with:
4141
submodules: recursive
42+
fetch-depth: 0
4243
fetch-tags: true
4344

4445
- name: Install Qt

.github/workflows/build_wiiu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
uses: actions/checkout@v6
3939
with:
4040
submodules: recursive
41+
fetch-depth: 0
4142
fetch-tags: true
4243

4344
- name: Set Debug Flags

.github/workflows/build_windows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,10 @@ jobs:
4545
disk-root: "C:"
4646

4747
- name: Checkout Repository
48-
uses: actions/checkout@v6.0.2
48+
uses: actions/checkout@v6
4949
with:
5050
submodules: recursive
51+
fetch-depth: 0
5152
fetch-tags: true
5253

5354
- name: Install Qt

0 commit comments

Comments
 (0)