Skip to content

Commit b9e7ccc

Browse files
committed
Use both alt-ergo 2.4.2 and 2.5.3
1 parent 9388149 commit b9e7ccc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/set-up-environment.yml

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
opam update
2121
opam install why3.1.6.0
2222
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
2326
opam install eprover.2.6
2427
# it's possible to install z3 as follows
2528
# opam install z3.4.11.2

0 commit comments

Comments
 (0)