We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e4eb52 commit 08fc5e3Copy full SHA for 08fc5e3
.github/workflows/main.yml
@@ -49,6 +49,9 @@ jobs:
49
opam pin add coq-core ${{ matrix.coq_version }}
50
opam pin add coq-stdlib ${{ matrix.coq_version }}
51
if: ${{ matrix.coq_version != 'dev' }}
52
+
53
+ - run: opam pin add https://github.com/LPCIC/elpi.git#scoped-term
54
55
- run: opam install ./coq-elpi.opam --deps-only --with-test -y
56
- run: opam exec make build
57
- run: opam exec make test
0 commit comments