Skip to content

Commit

Permalink
Install hackage-repo-tool in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andreabedini committed Feb 11, 2022
1 parent 24bcc23 commit 28db31d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/ci-linux.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 28db31d

Please sign in to comment.