From 10c34788751f0afddf91ceb40ee5d866e952a17f Mon Sep 17 00:00:00 2001 From: Paul Cadman Date: Wed, 8 Feb 2023 18:14:56 +0000 Subject: [PATCH] Apply CI ghcup workaround to docs build (#1823) We also need to apply the workaround from https://github.com/anoma/juvix/pull/1821 to the linux docs build --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e68303f27..2aebe30f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: