Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiyu Yang committed May 28, 2024
1 parent 9f2af81 commit dd0c9c2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/blueprint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:
- name: Install elan
run: curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh -s -- -y --default-toolchain leanprover/lean4:4.5.0

- name: Install Z3
uses: pavpanchekha/[email protected]

- name: Get cache
run: ~/.elan/bin/lake exe cache get || true

- name: Build project
run: |
~/.elan/bin/lake build Book
pip install smt-portfolio
run: ~/.elan/bin/lake build Book

- name: Cache mathlib docs
uses: actions/cache@v3
with:
Expand Down

0 comments on commit dd0c9c2

Please sign in to comment.