Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
  • Loading branch information
gares committed Jul 19, 2024
1 parent bc157c5 commit 18f6b75
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ jobs:
- '5.2.x'
steps:
- uses: actions/checkout@v2
- uses: avsm/setup-ocaml@v2
- uses: avsm/setup-ocaml@v3
with:
ocaml-compiler: ${{ matrix.ocaml_version }}
opam-pin: false
opam-local-packages:
- run: opam repo add coq-dev https://coq.inria.fr/opam/core-dev
- run: opam install coq-core.${{ matrix.coq_version }}
- run: opam install coq-stdlib.${{ matrix.coq_version }}
Expand Down
2 changes: 1 addition & 1 deletion coq-elpi.opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ depends: [
"ocaml" {>= "4.10.0"}
"stdlib-shims"
"elpi" {>= "1.18.2" & < "1.20.0~"}
"coq" {>= "8.20+rc1" & < "8.21"}
"coq" {>= "8.20+rc1" & < "8.21~"}
"ppx_optcomp"
"ocaml-lsp-server" {dev}
"odoc" {with-doc}
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
(ocaml (>= 4.10.0))
stdlib-shims
(elpi (and (>= 1.18.2) (< 1.20.0~)))
(coq (and (>= 8.20+rc1) (< 8.21)))
(coq (and (>= 8.20+rc1) (< 8.21~)))
ppx_optcomp
(ocaml-lsp-server :dev)))

Expand Down

0 comments on commit 18f6b75

Please sign in to comment.