CI: Add lfs: true
to actions/checkout@v3
This commit is contained in:
parent
90d5e1e551
commit
2097822872
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -8,6 +8,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
lfs: true
|
||||
|
||||
- name: Install Node
|
||||
uses: actions/setup-node@v3
|
||||
|
|
Loading…
Reference in a new issue