1
0
mirror of synced 2025-11-06 05:10:37 +08:00

Update build.yml to checkout with lfs

This commit is contained in:
Anduin Xue
2025-04-23 11:35:51 +00:00
committed by GitHub
parent 814ea08510
commit 584bc5b6bc

View File

@@ -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: