mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-05 19:00:31 -05:00
ci 😱
This commit is contained in:
parent
eadfa4981a
commit
3d87d2672e
1 changed files with 2 additions and 4 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -38,14 +38,12 @@ jobs:
|
|||
- run: opam install -t containers containers-data containers-thread --deps-only
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
|
||||
- run: opam pin dune 2.9.3 -y -n
|
||||
|
||||
- run: |
|
||||
opam install -t containers --deps-only
|
||||
opam install -t containers --deps-only ;
|
||||
opam install containers-data containers-thread --deps-only # no test deps
|
||||
if: matrix.os != 'ubuntu-latest'
|
||||
|
||||
- run: opam exec -- dune build @install
|
||||
- run: opam exec -- dune build '@install'
|
||||
|
||||
- run: opam exec -- dune runtest
|
||||
if: ${{ matrix.os == 'ubuntu-latest' }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue