From 72b25cfa29d10117fa3c3d1dd985bf4cf952e3f0 Mon Sep 17 00:00:00 2001 From: Fardale Date: Sun, 4 Apr 2021 23:39:37 +0200 Subject: [PATCH] Revert "ci: install test dependency for containers-data on windows and macos" This reverts commit ca3ca3aaffe618431fe0580ac03068a884492787. --- .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 db798d71..2617d346 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 containers-data --deps-only - opam install containers-thread --deps-only # no test deps + 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