use fetch --all instead of checkout
This commit is contained in:
parent
464a7ec487
commit
ba98e45455
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Retrieve LFS files
|
||||
run: git lfs checkout
|
||||
run: git lfs fetch --all
|
||||
|
||||
- name: Copy export files
|
||||
run: |
|
||||
|
|
Reference in a new issue