Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiyu Yang committed Dec 11, 2023
2 parents 7a0a0b5 + ab72615 commit 6bd4381
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@ jobs:
os: [ubuntu-latest, macos-latest]
name: Test external
steps:
- name: Install Git LFS
run: |
git lfs install
git lfs pull
- name: Set up elan
run: curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh -s -- -y
- name: Get lean4-example
run: |
git clone https://github.com/yangky11/lean4-example
cd lean4-example
git checkout LeanCopilot-demo
- name: Install Git LFS
run: |
git lfs install
git lfs pull
- name: Build lean4-example
run: |
cd lean4-example
Expand Down

0 comments on commit 6bd4381

Please sign in to comment.