Skip to content

Commit 8aac344

Browse files
committed
Install automake since it includes aclocal
1 parent 9afa857 commit 8aac344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ jobs:
694694
run: |
695695
# cabal-testsuite/PackageTests/Configure/cabal.test.hs needs it
696696
# and it doesn't appear pre-installed here
697-
brew install autoconf
697+
brew install autoconf automake
698698
699699
bash .github/scripts/test.bash
700700

0 commit comments

Comments
 (0)