Skip to content

Commit 6f4929a

Browse files
committed
Maybe fetch tags better
1 parent 368c2a2 commit 6f4929a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313
with:
14-
fetch-tags: true
14+
fetch-depth: 0
15+
#fetch-tags: true
1516
- uses: actions/setup-python@v1
1617
# - name: Install gcovr
1718
# run: pip3 install gcovr==5.0

0 commit comments

Comments
 (0)