Skip to content

Commit 27d510b

Browse files
committed
ci: fix revision count
1 parent 7fe1736 commit 27d510b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
steps:
2121
- name: Checkout code
2222
uses: actions/checkout@v4
23+
with:
24+
# fix revision count
25+
fetch-depth: '0'
2326
- name: Build binary
2427
uses: houseabsolute/actions-rust-cross@v0
2528
with:

0 commit comments

Comments
 (0)