diff options
| author | John MacFarlane <[email protected]> | 2023-02-08 16:06:17 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-02-08 16:06:17 -0800 |
| commit | 5feb0d14ae4ae5d2f644bca1534cdf24c4dab4f6 (patch) | |
| tree | 7a0ad294cf100d73a3b351bf385aa7dabe974356 /.github | |
| parent | a2d8a8757f01f5e60ea6a08a5f43cd40ac2356ab (diff) | |
CI: workaround ghcup issue on GitHub actions CI.
See https://discourse.haskell.org/t/incident-github-actions-ci-failure-ghcup/5761
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
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 }} |
