Merge pull request 'add lfs to checkout' (#9) from nikitios/fix-recreate into main
Reviewed-on: #9
This commit is contained in:
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -23,6 +23,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@master
|
||||
with:
|
||||
lfs: ${{ inputs.lfs }}
|
||||
- name: Checkout LFS
|
||||
if: ${{ inputs.lfs }}
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user