From ca3ca3aaffe618431fe0580ac03068a884492787 Mon Sep 17 00:00:00 2001 From: Fardale Date: Sun, 4 Apr 2021 23:32:46 +0200 Subject: [PATCH] ci: install test dependency for containers-data on windows and macos --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2617d346..db798d71 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -58,8 +58,8 @@ jobs: if: matrix.os == 'ubuntu-latest' - run: | - opam install -t containers --deps-only - opam install containers-data containers-thread --deps-only # no test deps + opam install -t containers containers-data --deps-only + opam install containers-thread --deps-only # no test deps if: matrix.os != 'ubuntu-latest' - run: opam exec -- dune build