Skip to content

Commit 5162225

Browse files
committed
fix CI
1 parent 51d6296 commit 5162225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
ocaml-compiler: ${{ matrix.ocaml-compiler }}
2828

2929
- run: opam repo add coq-released https://coq.inria.fr/opam/released
30-
- run: opam install coq-equations.1.3+8.17 coq-stdpp.1.8.0 coq-library-undecidability.1.1+8.17
30+
- run: opam install coq-equations.1.3+8.17 coq-stdpp.1.8.0 coq-metacoq-template.1.2+8.17 coq-library-undecidability.1.1+8.17
3131
- run: cd theories && opam exec -- make models -j 2
3232

3333
# name: Test compilation

0 commit comments

Comments
 (0)