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 51a7efd commit 4b72123
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/blueprint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,21 @@ jobs:
make -j$(nproc)
sudo make install
- name: Install CVC5
run: |
git clone https://github.com/cvc5/cvc5
cd cvc5
./configure.sh
cd build
make -j$(nproc)
sudo make install
- name: Install Python and the smt-portfolio library
run: |
sudo apt-get update
sudo apt-get install python3 python3-pip
pip3 install smt-portfolio
- name: Get cache
run: ~/.elan/bin/lake exe cache get || true

Expand Down

0 comments on commit 4b72123

Please sign in to comment.