Skip to content

Commit

Permalink
Workaround ghcup issue on CI runner (#1821)
Browse files Browse the repository at this point in the history
ghcup is currently broken after a CI runner update. See
actions/runner-images#7061

This workaround is temporary while the underlying issue is fixed
upstream.
  • Loading branch information
paulcadman authored Feb 8, 2023
1 parent a288ae3 commit e0b5ac9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ jobs:
path: main/.stack-work
key: ${{ runner.os }}-stack-work-

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

- uses: haskell/actions/setup@v2
name: Setup Haskell
with:
Expand Down

0 comments on commit e0b5ac9

Please sign in to comment.