We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a64ce6d commit d740ca9Copy full SHA for d740ca9
.github/workflows/ci.yml
@@ -26,16 +26,14 @@ jobs:
26
ghc: '8.8'
27
- os: macos-latest
28
ghc: '8.6'
29
- - os: macos-latest
30
- ghc: '8.4'
31
steps:
32
- uses: actions/checkout@v4
33
- name: Setup toolchain
34
run: |
35
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
37
- if: runner.os == 'macOS'
38
- name: install system deps via brew
+ name: Install system deps via brew
39
run: brew install coreutils autoconf automake
40
41
- uses: actions/cache@v4
@@ -174,4 +172,3 @@ jobs:
174
172
cabal get unix-*.tar.gz
175
173
cd unix-*/
176
cabal test all --test-show-details=direct
177
-
0 commit comments