File tree 1 file changed +8
-2
lines changed 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 27
27
ghc : ' 8.8.3' # fails due to segfault
28
28
- os : windows-latest
29
29
ghc : ' 8.8.2' # fails due to error with Cabal
30
- - os : macOS-latest
31
- ghc : ' 8.10.5' # https://gitlab.haskell.org/ghc/ghc/-/issues/19968
32
30
include :
33
31
- os : windows-latest
34
32
ghc : ' 8.10.2.2' # only available for windows and choco
74
72
run : |
75
73
echo "GHC_VERSION=$GHC_VER" >> $GITHUB_ENV
76
74
75
+ - name : Tentative Workaround for GHC 8.10.5 on macOS
76
+ if : matrix.os == 'macOS-latest' && matrix.ghc == '8.10.5'
77
+ env :
78
+ GHC_VER : ${{ matrix.ghc }}
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
+
77
83
- name : Build Server
78
84
# Try building it twice in case of flakey builds on Windows
79
85
run : |
You can’t perform that action at this time.
0 commit comments