Skip to content

Commit 7f05319

Browse files
committed
fix ci
1 parent 6bd4381 commit 7f05319

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
fetch-depth: 0
2020
- name: Install Git LFS
2121
run: |
22+
git lfs update --force
2223
git lfs install
23-
git lfs pull
2424
- name: Set up elan
2525
run: curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh -s -- -y
2626
- name: Build project
@@ -46,8 +46,9 @@ jobs:
4646
git checkout LeanCopilot-demo
4747
- name: Install Git LFS
4848
run: |
49+
cd lean4-example
50+
git lfs update --force
4951
git lfs install
50-
git lfs pull
5152
- name: Build lean4-example
5253
run: |
5354
cd lean4-example

0 commit comments

Comments
 (0)