From 5feb0d14ae4ae5d2f644bca1534cdf24c4dab4f6 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 8 Feb 2023 16:06:17 -0800 Subject: CI: workaround ghcup issue on GitHub actions CI. See https://discourse.haskell.org/t/incident-github-actions-ci-failure-ghcup/5761 --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e31094d7..a3f0fd4b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,6 +74,10 @@ jobs: - name: Install numa run: sudo apt-get install libnuma-dev + - name: Workaround runner image issue + # https://github.com/actions/runner-images/issues/7061 + run: sudo chown -R $USER /usr/local/.ghcup + - name: Install cabal/ghc run: | ghcup install ghc --set ${{ matrix.versions.ghc }} -- cgit v1.2.3