Skip to content

Commit 3641133

Browse files
committed
Installing missing build dependencies on mac
1 parent e76c19c commit 3641133

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ jobs:
3333
- name: Setup toolchain
3434
run: |
3535
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+
3641
- uses: actions/cache@v4
3742
name: Cache cabal stuff
3843
with:

0 commit comments

Comments
 (0)