We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41cc74b commit 1ab6601Copy full SHA for 1ab6601
.github/workflows/caching.yml
@@ -71,12 +71,6 @@ jobs:
71
echo "CABAL_STORE_DIR=~/.cabal/store" >> $GITHUB_ENV
72
echo "CABAL_PKGS_DIR=~/.cabal/packages" >> $GITHUB_ENV
73
74
- - if: matrix.os == 'macOS-latest' && matrix.ghc == '8.10.5'
75
- name: Workaround for GHC 8.10.5 on macOS
76
- run: |
77
- echo "# uninstalling CommandLineTools (see https://github.com/haskell/haskell-language-server/issues/1913#issuecomment-861667786)"
78
- sudo rm -rf /Library/Developer/CommandLineTools
79
-
80
# Needs to be before Cache Cabal so the cache can detect changes to the modified cabal.project file
81
- if: matrix.ghc == '9.0.1'
82
name: Use modified cabal.project for ghc9
0 commit comments