File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -26,16 +26,14 @@ jobs:
26
26
ghc : ' 8.8'
27
27
- os : macos-latest
28
28
ghc : ' 8.6'
29
- - os : macos-latest
30
- ghc : ' 8.4'
31
29
steps :
32
30
- uses : actions/checkout@v4
33
31
- name : Setup toolchain
34
32
run : |
35
33
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_NONINTERACTIVE=1 BOOTSTRAP_HASKELL_INSTALL_NO_STACK=1 BOOTSTRAP_HASKELL_GHC_VERSION=${{ matrix.ghc }} BOOTSTRAP_HASKELL_ADJUST_BASHRC=yes sh
36
34
37
35
- if : runner.os == 'macOS'
38
- name : install system deps via brew
36
+ name : Install system deps via brew
39
37
run : brew install coreutils autoconf automake
40
38
41
39
- uses : actions/cache@v4
@@ -174,4 +172,3 @@ jobs:
174
172
cabal get unix-*.tar.gz
175
173
cd unix-*/
176
174
cabal test all --test-show-details=direct
177
-
You can’t perform that action at this time.
0 commit comments