Update build.yml to checkout with lfs
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -11,6 +11,8 @@ jobs:
|
||||
# Checkout, install tools..
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
lfs: true
|
||||
fetch-depth: 0
|
||||
token: ${{ secrets.PAT }}
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user