add lfs to checkout
This commit is contained in:
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -23,6 +23,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
|
with:
|
||||||
|
lfs: ${{ inputs.lfs }}
|
||||||
- name: Checkout LFS
|
- name: Checkout LFS
|
||||||
if: ${{ inputs.lfs }}
|
if: ${{ inputs.lfs }}
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user