mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -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
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Use OCaml ${{ matrix.ocaml-compiler }}
|
||||
- name: Set-up OCaml
|
||||
uses: ocaml/setup-ocaml@analysis
|
||||
with:
|
||||
ocaml-compiler: ${{ matrix.ocaml-compiler }}
|
||||
ocaml-compiler: "5.0"
|
||||
allow-prelease-opam: true
|
||||
|
||||
- run: opam install . --deps-only --with-test --with-doc
|
||||
|
||||
- uses: ocaml/setup-ocaml/analysis@analysis
|
||||
- name: Do the analysis
|
||||
uses: ocaml/setup-ocaml/analysis@analysis
|
||||
Loading…
Add table
Reference in a new issue