fixed git lfs job
Some checks failed
Astro Deploy Pipeline / Build-and-Deploy (push) Failing after 12s
Some checks failed
Astro Deploy Pipeline / Build-and-Deploy (push) Failing after 12s
This commit is contained in:
parent
80efd745eb
commit
4cb95b1fd8
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ permissions:
|
||||||
jobs:
|
jobs:
|
||||||
Build-and-Deploy:
|
Build-and-Deploy:
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install Git LFS
|
||||||
|
run: apt-get update && apt-get install git-lfs
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
lfs: true
|
lfs: true
|
||||||
|
|
Loading…
Reference in a new issue