Skip to content

Commit

Permalink
CI: fix mac
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyYakeley committed Sep 2, 2024
1 parent 1b7ba81 commit 1963e8c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
ghc: ['9.8.2', '9.6.4', '9.4.8']
steps:
- uses: actions/checkout@v4
- name: "MacOS: install autotools"
if: runner.os == 'macOS'
run: |
brew install automake
- uses: haskell-actions/setup@v2
id: setup-haskell-cabal
with:
Expand Down

0 comments on commit 1963e8c

Please sign in to comment.