Skip to content

Commit 08fc5e3

Browse files
committed
[DO NOT MERGE] pin elpi
1 parent 0e4eb52 commit 08fc5e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

+3
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
opam pin add coq-core ${{ matrix.coq_version }}
5050
opam pin add coq-stdlib ${{ matrix.coq_version }}
5151
if: ${{ matrix.coq_version != 'dev' }}
52+
53+
- run: opam pin add https://github.com/LPCIC/elpi.git#scoped-term
54+
5255
- run: opam install ./coq-elpi.opam --deps-only --with-test -y
5356
- run: opam exec make build
5457
- run: opam exec make test

0 commit comments

Comments
 (0)