Skip to content

Commit 628865b

Browse files
committed
change fetch-depth setting in ci
1 parent fa14307 commit 628865b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v3
3434
with:
3535
submodules: false
36-
fetch-depth: 1
36+
fetch-depth: 0
3737
- name: Set up Python 3
3838
uses: actions/setup-python@v4
3939
with:

0 commit comments

Comments
 (0)