From 28db31dce214dcb2db56f7f87704842e5bc5cd13 Mon Sep 17 00:00:00 2001 From: Andrea Bedini Date: Fri, 11 Feb 2022 08:38:46 +0800 Subject: [PATCH] Install hackage-repo-tool in CI --- templates/ci-linux.template.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/ci-linux.template.yml b/templates/ci-linux.template.yml index 63ea43da6d0..49c9877443d 100644 --- a/templates/ci-linux.template.yml +++ b/templates/ci-linux.template.yml @@ -58,6 +58,8 @@ jobs: {% endif %} - name: Update Hackage index run: cabal v2-update + - name: Install hackage-repo-tool + run: cabal v2-install hackage-repo-tool # https://github.com/actions/checkout/issues/170 # - uses: actions/checkout@v2 - name: Checkout