mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-07 11:45:31 -05:00
CI: restore opam analysis
This commit is contained in:
parent
33af762216
commit
94e9335c35
1 changed files with 5 additions and 5 deletions
|
|
@ -23,11 +23,11 @@ jobs:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Use OCaml ${{ matrix.ocaml-compiler }}
|
- name: Set-up OCaml
|
||||||
uses: ocaml/setup-ocaml@analysis
|
uses: ocaml/setup-ocaml@analysis
|
||||||
with:
|
with:
|
||||||
ocaml-compiler: ${{ matrix.ocaml-compiler }}
|
ocaml-compiler: "5.0"
|
||||||
|
allow-prelease-opam: true
|
||||||
|
|
||||||
- run: opam install . --deps-only --with-test --with-doc
|
- name: Do the analysis
|
||||||
|
uses: ocaml/setup-ocaml/analysis@analysis
|
||||||
- uses: ocaml/setup-ocaml/analysis@analysis
|
|
||||||
Loading…
Add table
Reference in a new issue