Skip to content

Commit 1ab6601

Browse files
committed
CI: caching: clean-up
1 parent 41cc74b commit 1ab6601

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/caching.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,6 @@ jobs:
7171
echo "CABAL_STORE_DIR=~/.cabal/store" >> $GITHUB_ENV
7272
echo "CABAL_PKGS_DIR=~/.cabal/packages" >> $GITHUB_ENV
7373
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-
8074
# Needs to be before Cache Cabal so the cache can detect changes to the modified cabal.project file
8175
- if: matrix.ghc == '9.0.1'
8276
name: Use modified cabal.project for ghc9

0 commit comments

Comments
 (0)