Skip to content

Commit

Permalink
[CI.yml] Specify LFS for checkout.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Oct 25, 2023
1 parent 1b4aeec commit d1d1e50
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
lfs: 'true'
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
Expand All @@ -38,6 +40,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
lfs: 'true'
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
Expand All @@ -62,6 +66,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
lfs: 'true'
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
Expand All @@ -87,6 +93,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
lfs: 'true'
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
Expand All @@ -102,6 +110,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
lfs: 'true'
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
Expand Down

0 comments on commit d1d1e50

Please sign in to comment.