Skip to content

Commit

Permalink
Install Yices for docs examples that use it
Browse files Browse the repository at this point in the history
  • Loading branch information
elsoroka authored Jul 14, 2024
1 parent 23a7313 commit b90c703
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
steps:
- name: Setup z3
run: sudo apt-get -y install z3
- name: Setup Yices
run: sudo add-apt-repository ppa:sri-csl/formal-methods; sudo apt-get update; sudo apt-get install yices2
- uses: actions/checkout@v4
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@v1
Expand Down

0 comments on commit b90c703

Please sign in to comment.