Skip to content

Commit

Permalink
fix: enable LFS on checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
brynblack committed Jun 25, 2024
1 parent 360d65c commit ff71008
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
steps:
- run: entrypoint
- uses: actions/checkout@v4
with:
lfs: true
- name: Build dist
env:
POLYKEY_NETWORK_STATUS_PROT: 'https'
Expand Down Expand Up @@ -95,6 +97,8 @@ jobs:
steps:
- run: entrypoint
- uses: actions/checkout@v4
with:
lfs: true
- name: Build dist
env:
POLYKEY_NETWORK_STATUS_PROT: 'https'
Expand Down

0 comments on commit ff71008

Please sign in to comment.