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 7093ce6 commit 51a7efd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/blueprint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,13 @@ jobs:
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]
run: |
git clone https://github.com/Z3Prover/z3
cd z3
python3 scripts/mk_make.py
cd build
make -j$(nproc)
sudo make install
- name: Get cache
run: ~/.elan/bin/lake exe cache get || true
Expand Down

0 comments on commit 51a7efd

Please sign in to comment.