We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d6296 commit 5162225Copy full SHA for 5162225
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
ocaml-compiler: ${{ matrix.ocaml-compiler }}
28
29
- 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
+ - 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
31
- run: cd theories && opam exec -- make models -j 2
32
33
# name: Test compilation
0 commit comments