Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit 8775ae6

Browse files
committed
chore: specify fetch depth for checkout action in workflow
1 parent 73eb7a6 commit 8775ae6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- name: Clone repo
2121
uses: actions/checkout@v2
2222
with:
23+
fetch-depth: 0
2324
submodules: true
2425

2526
- name: Setup NDK

0 commit comments

Comments
 (0)