We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9388149 commit b9e7cccCopy full SHA for b9e7ccc
.github/workflows/set-up-environment.yml
@@ -20,6 +20,9 @@ jobs:
20
opam update
21
opam install why3.1.6.0
22
opam install alt-ergo.2.4.2
23
+ eval $(opam env)
24
+ cp $(which alt-ergo) $(which alt-ergo).2.4.2
25
+ opam install alt-ergo.2.5.3
26
opam install eprover.2.6
27
# it's possible to install z3 as follows
28
# opam install z3.4.11.2
0 commit comments