mirror of
https://github.com/anoma/juvix.git
synced 2025-01-05 14:34:03 +03:00
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
This commit is contained in:
parent
41ea59e96f
commit
10c3478875
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user