Skip to content

Commit

Permalink
ci: build slugs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofavorito committed Jan 22, 2024
1 parent e51edd2 commit 25453d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
# install graphviz
sudo apt-get install graphviz libgraphviz-dev
# build slugs
sudo apt install -y libboost-all-dev
cd submodules/slugs/src && make -j
- name: Install Z3
run: |
wget https://github.com/Z3Prover/z3/releases/download/z3-4.8.12/z3-4.8.12-x64-glibc-2.31.zip
Expand Down

0 comments on commit 25453d2

Please sign in to comment.