Skip to content

Commit

Permalink
[DO NOT MERGE] pin elpi
Browse files Browse the repository at this point in the history
  • Loading branch information
gares committed Nov 21, 2024
1 parent 0e4eb52 commit 08fc5e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
opam pin add coq-core ${{ matrix.coq_version }}
opam pin add coq-stdlib ${{ matrix.coq_version }}
if: ${{ matrix.coq_version != 'dev' }}
- run: opam pin add https://github.com/LPCIC/elpi.git#scoped-term

- run: opam install ./coq-elpi.opam --deps-only --with-test -y
- run: opam exec make build
- run: opam exec make test
Expand Down

0 comments on commit 08fc5e3

Please sign in to comment.