We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e76c19c commit 3641133Copy full SHA for 3641133
.github/workflows/ci.yml
@@ -33,6 +33,11 @@ jobs:
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
39
+ run: brew install coreutils autoconf automake
40
41
- uses: actions/cache@v4
42
name: Cache cabal stuff
43
with:
0 commit comments