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 73e596a commit ca96a08Copy full SHA for ca96a08
.github/workflows/caching.yml
@@ -74,12 +74,6 @@ jobs:
74
echo "CABAL_STORE_DIR=~/.cabal/store" >> $GITHUB_ENV
75
echo "CABAL_PKGS_DIR=~/.cabal/packages" >> $GITHUB_ENV
76
77
- - if: matrix.os == 'macOS-latest' && matrix.ghc == '8.10.5'
78
- name: Workaround for GHC 8.10.5 on macOS
79
- run: |
80
- echo "# uninstalling CommandLineTools (see https://github.com/haskell/haskell-language-server/issues/1913#issuecomment-861667786)"
81
- sudo rm -rf /Library/Developer/CommandLineTools
82
-
83
# Needs to be before Cache Cabal so the cache can detect changes to the modified cabal.project file
84
- if: matrix.ghc == '9.0.1'
85
name: Use modified cabal.project for ghc9
0 commit comments