Skip to content

Commit

Permalink
[CI] [opam] Use opam depext
Browse files Browse the repository at this point in the history
In opam 2, depext is directly integrate as per https://opam.ocaml.org/blog/opam-2-0-10-2-1-1-depext/
  • Loading branch information
JasonGross committed Nov 9, 2023
1 parent 7d64e77 commit 03d4e06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/coq-opam-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ jobs:
- run: opam repo add coq-released https://coq.inria.fr/opam/released
- run: opam repo add coq-extra-dev https://coq.inria.fr/opam/extra-dev
- run: opam update
- run: opam install opam-depext
- run: opam exec -- opam-depext coq.${{ matrix.coq-version }}
- run: opam depext coq.${{ matrix.coq-version }}
- run: opam pin --kind=version add coq ${{ matrix.coq-version }}

- name: echo more build params
Expand Down

0 comments on commit 03d4e06

Please sign in to comment.