build: Added lfs on CI checkout
This commit is contained in:
parent
58dccaeb13
commit
4ec1e24dfb
2 changed files with 4 additions and 0 deletions
|
|
@ -13,6 +13,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
lfs: true
|
||||
|
||||
# 1. FIX: Install system dependencies BEFORE setup-bun
|
||||
- name: Install system dependencies
|
||||
|
|
|
|||
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -48,6 +48,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
lfs: true
|
||||
|
||||
- name: Bun Install
|
||||
uses: oven-sh/setup-bun@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue