Skip to content

Commit

Permalink
Update push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiyu Yang authored Dec 6, 2023
1 parent dc89243 commit a4217a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Build project
run: ~/.elan/bin/lake build
- name: Download model
run: ~/.elan/bin/lake script run LeanCopilot/download
run: ~/.elan/bin/lake exe LeanCopilot/download
- name: Build tests
run: ~/.elan/bin/lake build LeanCopilotTests
test_external:
Expand All @@ -43,5 +43,5 @@ jobs:
- name: Build lean4-example
run: |
cd lean4-example
~/.elan/bin/lake script run LeanCopilot/download
~/.elan/bin/lake exe LeanCopilot/download
~/.elan/bin/lake build

0 comments on commit a4217a7

Please sign in to comment.