Skip to content

Commit c209745

Browse files
committed
Update version of cvc5 in CI to 0.0.9
The cvc5 github repository has begun offering Windows builds on their release page. Updating the version used will enable us to supply cvc5 for the cbmc Windows jobs as well.
1 parent ce7e74c commit c209745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
pull_request:
44
branches: [ develop ]
55
env:
6-
cvc5-version: "0.0.7"
6+
cvc5-version: "0.0.9"
77

88
jobs:
99
check-ubuntu-20_04-make-gcc:

0 commit comments

Comments
 (0)