Skip to content

Commit

Permalink
enable modulo theories in githubaction tests by downloading cvc5
Browse files Browse the repository at this point in the history
  • Loading branch information
santolucito committed Dec 23, 2023
1 parent cfb2d87 commit e55b7d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ jobs:
with:
enable-stack: true
stack-version: 'latest'
- run: mkdir deps
- run: wget https://github.com/cvc5/cvc5/releases/latest/download/cvc5-Linux
- run: mv cvc5-Linux deps/cvc5
- run: chmod u+x deps/cvc5
- run: stack test

0 comments on commit e55b7d6

Please sign in to comment.