Skip to content

Commit

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

0 comments on commit 618b690

Please sign in to comment.