Skip to content

Commit 4ed1185

Browse files
committed
see if this works with actually checking out LFS paths (#384)
1 parent 58d30df commit 4ed1185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
command: check
4949
args: --all --bins --tests --examples
50-
- run: git lfs pull
50+
- run: git lfs fetch && git lfs checkout
5151
- name: "Test (crossterm)"
5252
uses: actions-rs/cargo@v1
5353
with:

0 commit comments

Comments
 (0)