Skip to content

Commit eabe088

Browse files
committed
tests: clone with LFS
Signed-off-by: Alexandre Milesi <[email protected]>
1 parent a994a63 commit eabe088

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pre-merge-rust.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
contents: read
4545
steps:
4646
- uses: actions/checkout@v4
47+
with:
48+
lfs: true
4749
- name: Set up system dependencies
4850
run: |
4951
# Install protoc for Rust build dependencies (NOTE: much faster than apt install)
@@ -94,6 +96,8 @@ jobs:
9496
contents: read
9597
steps:
9698
- uses: actions/checkout@v4
99+
with:
100+
lfs: true
97101
- name: Set up system dependencies
98102
run: |
99103
# Install protoc for Rust build dependencies (NOTE: much faster than apt install)

0 commit comments

Comments
 (0)