Skip to content

Commit f81c28c

Browse files
use full depth clone (because nothing else works)
1 parent 8af4987 commit f81c28c

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/build_deploy.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ jobs:
5454
- name: Checkout repository
5555
uses: actions/checkout@v4
5656
with:
57-
fetch-tags: true
58-
filter: tree:0
57+
fetch-depth: 0
5958

6059
- name: Setup MSVC tools
6160
if: matrix.os == 'windows-2022'
@@ -91,8 +90,7 @@ jobs:
9190
- name: Checkout repository
9291
uses: actions/checkout@v4
9392
with:
94-
fetch-tags: true
95-
filter: tree:0
93+
fetch-depth: 0
9694

9795
- name: install prerequisites
9896
run: |
@@ -126,8 +124,7 @@ jobs:
126124
steps:
127125
- uses: actions/checkout@v4
128126
with:
129-
fetch-tags: true
130-
filter: tree:0
127+
fetch-depth: 0
131128

132129
- name: Set up Python
133130
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)