Skip to content

Commit

Permalink
[ci] do not pin dev
Browse files Browse the repository at this point in the history
  • Loading branch information
gares committed Jul 11, 2024
1 parent d1fe4e1 commit ff443b1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@ jobs:
ocaml-compiler: ${{ matrix.ocaml_version }}
- run: opam repo add coq-dev https://coq.inria.fr/opam/core-dev
- run: opam install coq-core.${{ matrix.coq_version }}
- run: opam pin add coq-core ${{ matrix.coq_version }}
- run: opam install coq-stdlib.${{ matrix.coq_version }}
- run: opam pin add coq-stdlib ${{ matrix.coq_version }}
- run: |
opam pin add coq-core ${{ matrix.coq_version }}
opam pin add coq-stdlib ${{ matrix.coq_version }}
if: ${{ matrix.coq_version != 'dev' }}
- 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 ff443b1

Please sign in to comment.