Skip to content

Commit 1f27237

Browse files
committed
explicitly checkout git-lfs content (#384)
1 parent 7202a1c commit 1f27237

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
if: startsWith(matrix.os, 'macos')
2727
run:
2828
brew install tree openssl
29+
- run: git lfs pull
2930
- name: test
3031
env:
3132
CI: true
@@ -47,6 +48,7 @@ jobs:
4748
with:
4849
command: check
4950
args: --all --bins --tests --examples
51+
- run: git lfs pull
5052
- name: "Test (crossterm)"
5153
uses: actions-rs/cargo@v1
5254
with:

0 commit comments

Comments
 (0)