From 53cf1fbde0e5c74fbeb47927a84ea6def2ebf5bb Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Wed, 25 Mar 2020 22:20:11 -0400 Subject: [PATCH] chore: update opam version, try to fix CI --- .github/workflows/main.yml | 2 +- tiny_httpd_camlzip.opam | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3bd84cc5..ef710005 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: with: ocaml-version: ${{ matrix.ocaml-version }} - 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 exec -- dune build - run: opam exec -- dune runtest diff --git a/tiny_httpd_camlzip.opam b/tiny_httpd_camlzip.opam index 82c93f24..95d0ac22 100644 --- a/tiny_httpd_camlzip.opam +++ b/tiny_httpd_camlzip.opam @@ -1,5 +1,5 @@ opam-version: "2.0" -version: "0.1" +version: "0.4" authors: ["Simon Cruanes"] maintainer: "simon.cruanes.2007@m4x.org" license: "MIT"