Skip to content

Commit ca96a08

Browse files
committed
CI: caching: clean-up
1 parent 73e596a commit ca96a08

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
@@ -74,12 +74,6 @@ jobs:
7474
echo "CABAL_STORE_DIR=~/.cabal/store" >> $GITHUB_ENV
7575
echo "CABAL_PKGS_DIR=~/.cabal/packages" >> $GITHUB_ENV
7676
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-
8377
# Needs to be before Cache Cabal so the cache can detect changes to the modified cabal.project file
8478
- if: matrix.ghc == '9.0.1'
8579
name: Use modified cabal.project for ghc9

0 commit comments

Comments
 (0)