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 9b74851 commit d1fe4e1Copy full SHA for d1fe4e1
.github/workflows/main.yml
@@ -42,7 +42,9 @@ jobs:
42
ocaml-compiler: ${{ matrix.ocaml_version }}
43
- run: opam repo add coq-dev https://coq.inria.fr/opam/core-dev
44
- run: opam install coq-core.${{ matrix.coq_version }}
45
+ - run: opam pin add coq-core ${{ matrix.coq_version }}
46
- run: opam install coq-stdlib.${{ matrix.coq_version }}
47
+ - run: opam pin add coq-stdlib ${{ matrix.coq_version }}
48
- run: opam install ./coq-elpi.opam --deps-only --with-test -y
49
- run: opam exec make build
50
- run: opam exec make test
0 commit comments