Skip to content

Commit

Permalink
ci: pin yices2=2.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
daejunpark committed Jun 26, 2024
1 parent 442b43b commit c3a35ec
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test-external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,12 @@ jobs:

- name: Install Yices 2 SMT solver
run: |
sudo add-apt-repository ppa:sri-csl/formal-methods
sudo apt-get update
sudo apt-get install yices2
wget https://github.com/SRI-CSL/yices2/releases/download/Yices-2.6.4/yices-2.6.4-x86_64-pc-linux-gnu.tar.gz
tar -xzvf yices-2.6.4-x86_64-pc-linux-gnu.tar.gz
sudo mv yices-2.6.4/bin/* /usr/local/bin/
sudo mv yices-2.6.4/lib/* /usr/local/lib/
sudo mv yices-2.6.4/include/* /usr/local/include/
rm -rf yices-2.6.4
- name: Test external repo
run: ${{ matrix.project.cmd }} --statistics --solver-timeout-assertion 0 --solver-threads 4 --solver-command yices-smt2 ${{ matrix.cache-solver }} ${{ inputs.halmos-options }}
Expand Down

0 comments on commit c3a35ec

Please sign in to comment.