fix(ci): install git-lfs explicitly before pull
Some checks failed
release / release (push) Failing after 1m30s
Some checks failed
release / release (push) Failing after 1m30s
Disable checkout LFS smudge and install git-lfs on the runner before git lfs pull. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -13,7 +13,12 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
lfs: true
|
lfs: false
|
||||||
|
|
||||||
|
- name: Install Git LFS
|
||||||
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install -y git-lfs
|
||||||
|
|
||||||
- name: Pull Git LFS
|
- name: Pull Git LFS
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user