fixup! fixup! Add LFS support to the workflows.

This commit is contained in:
2025-12-19 18:19:53 +00:00
parent 21b995bb16
commit b4d172b69c
4 changed files with 253 additions and 230 deletions
+3
View File
@@ -127,6 +127,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: ${{ inputs.lfs }}
- name: Run workflow prepare script
shell: bash
@@ -197,6 +198,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
lfs: ${{ inputs.lfs }}
- name: Run workflow prepare script
shell: bash