Skip to content

Commit

Permalink
Installing missing build dependencies on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed May 1, 2024
1 parent ac2ad61 commit 06f1fb7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
- name: Setup toolchain
run: |
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
- if: runner.os == 'macOS'
name: install system deps via brew
run: brew install coreutils autoconf automake

- uses: actions/cache@v4
name: Cache cabal stuff
with:
Expand Down

0 comments on commit 06f1fb7

Please sign in to comment.