try lfs on ci
This commit is contained in:
parent
8fbbae6c2e
commit
bea0e694f6
7
.github/workflows/auto-build.yml
vendored
7
.github/workflows/auto-build.yml
vendored
@ -19,7 +19,12 @@ jobs:
|
||||
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Checkout codes
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
lfs: true
|
||||
- name: Checkout LFS
|
||||
run: git lfs checkout
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user