Skip to content

Commit 003a330

Browse files
committed
ci: potential fix
1 parent 333e7f5 commit 003a330

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
steps:
2929
- name: Checkout
3030
uses: actions/checkout@v4
31+
with:
32+
fetch-depth: 0
33+
clean: true
3134

3235
- name: Setup
3336
uses: ./.github/actions/setup

0 commit comments

Comments
 (0)