chore: update opam version, try to fix CI

This commit is contained in:
Simon Cruanes 2020-03-25 22:20:11 -04:00
parent ab90f09e2c
commit 53cf1fbde0
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ jobs:
with: with:
ocaml-version: ${{ matrix.ocaml-version }} ocaml-version: ${{ matrix.ocaml-version }}
- run: opam pin -n . - run: opam pin -n .
- run: opam depext -yt tiny_httpd - run: opam depext -yt tiny_httpd tiny_httpd_camlzip
- run: opam install -t . --deps-only - run: opam install -t . --deps-only
- run: opam exec -- dune build - run: opam exec -- dune build
- run: opam exec -- dune runtest - run: opam exec -- dune runtest

View file

@ -1,5 +1,5 @@
opam-version: "2.0" opam-version: "2.0"
version: "0.1" version: "0.4"
authors: ["Simon Cruanes"] authors: ["Simon Cruanes"]
maintainer: "simon.cruanes.2007@m4x.org" maintainer: "simon.cruanes.2007@m4x.org"
license: "MIT" license: "MIT"