Skip to content

Commit 5efa7ed

Browse files
authored
Enable full git tree for Android builds
Helps git describe to work properly.
1 parent f3820dc commit 5efa7ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
steps:
4040
- uses: actions/checkout@v2
4141
with:
42-
fetch-depth: 1
42+
fetch-depth: 0
4343
submodules: true
4444

4545
- name: Clone SDL Android repo

0 commit comments

Comments
 (0)