Skip to content

Commit 618b690

Browse files
committed
CI: fix Mac build
1 parent 1963e8c commit 618b690

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
ghc: ['9.8.2', '9.6.4', '9.4.8']
1515
steps:
1616
- uses: actions/checkout@v4
17-
- name: "MacOS: install autotools"
17+
- name: "MacOS: install autoconf"
1818
if: runner.os == 'macOS'
1919
run: |
20-
brew install automake
20+
brew install autoconf
2121
- uses: haskell-actions/setup@v2
2222
id: setup-haskell-cabal
2323
with:

0 commit comments

Comments
 (0)