Skip to content

Commit d1fe4e1

Browse files
committed
[ci] pin coq packages
1 parent 9b74851 commit d1fe4e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ jobs:
4242
ocaml-compiler: ${{ matrix.ocaml_version }}
4343
- run: opam repo add coq-dev https://coq.inria.fr/opam/core-dev
4444
- run: opam install coq-core.${{ matrix.coq_version }}
45+
- run: opam pin add coq-core ${{ matrix.coq_version }}
4546
- run: opam install coq-stdlib.${{ matrix.coq_version }}
47+
- run: opam pin add coq-stdlib ${{ matrix.coq_version }}
4648
- run: opam install ./coq-elpi.opam --deps-only --with-test -y
4749
- run: opam exec make build
4850
- run: opam exec make test

0 commit comments

Comments
 (0)