Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
  • Loading branch information
gares committed Sep 19, 2024
1 parent 2641c83 commit 2400397
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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 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 :with-dev-setup)))

Expand Down

0 comments on commit 2400397

Please sign in to comment.