Skip to content

Commit db3ee5f

Browse files
committed
ci: fetch Git LFS assets during checkout
1 parent 0d5927d commit db3ee5f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v4
19+
with:
20+
lfs: true
1921

2022
- uses: actions/setup-node@v4
2123
with:
@@ -100,6 +102,8 @@ jobs:
100102
TRANSLOADIT_SECRET: ${{ secrets.TRANSLOADIT_SECRET }}
101103
steps:
102104
- uses: actions/checkout@v4
105+
with:
106+
lfs: true
103107

104108
- uses: actions/setup-node@v4
105109
with:

0 commit comments

Comments
 (0)