Skip to content

Commit ff71008

Browse files
committed
fix: enable LFS on checkout
1 parent 360d65c commit ff71008

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
steps:
4646
- run: entrypoint
4747
- uses: actions/checkout@v4
48+
with:
49+
lfs: true
4850
- name: Build dist
4951
env:
5052
POLYKEY_NETWORK_STATUS_PROT: 'https'
@@ -95,6 +97,8 @@ jobs:
9597
steps:
9698
- run: entrypoint
9799
- uses: actions/checkout@v4
100+
with:
101+
lfs: true
98102
- name: Build dist
99103
env:
100104
POLYKEY_NETWORK_STATUS_PROT: 'https'

0 commit comments

Comments
 (0)