Skip to content

Commit ddfeca0

Browse files
committed
LFS скорректирован
1 parent 7e09ed9 commit ddfeca0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,18 @@ jobs:
1515
env:
1616
HF_TOKEN: ${{ secrets.HF_TOKEN }}
1717
steps:
18+
- name: Install Git LFS
19+
run: |
20+
sudo apt-get update
21+
sudo apt-get install -y git-lfs
22+
git lfs install
23+
1824
- name: Checkout CallAnnotate repository and pull LFS files
1925
uses: actions/checkout@v4
2026
with:
2127
# Эта строчка скажет action'у выполнить git lfs pull
2228
lfs: true
29+
fetch-depth: 0
2330

2431
- name: Unpack multi-volume archive
2532
run: |

0 commit comments

Comments
 (0)