Skip to content

Commit

Permalink
Unbreak the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andreabedini committed Feb 9, 2023
1 parent 3fa1d99 commit 975165c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
SECP256K1_REF: ac83be33d0956faf6b7f61a60ab524ef7d6a473a

steps:
- name: Workaround runner image issue
# https://github.com/actions/runner-images/issues/7061
run: sudo chown -R $USER /usr/local/.ghcup

- name: Install Haskell
uses: input-output-hk/setup-haskell@v1
id: setup-haskell
Expand Down

0 comments on commit 975165c

Please sign in to comment.