Skip to content

Commit

Permalink
Apply CI ghcup workaround to docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcadman committed Feb 8, 2023
1 parent e0b5ac9 commit 12e32c7
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 @@ -225,6 +225,10 @@ jobs:
with:
mdbook-version: 0.4.22

- 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 12e32c7

Please sign in to comment.