Skip to content

Commit 94d7187

Browse files
committed
[DO NOT MERGE] pin elpi
1 parent 363feae commit 94d7187

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
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)