Skip to content

Commit 9afa857

Browse files
committed
Fix test on mac x86_64
1 parent 3b78aac commit 9afa857

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/reusable-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -692,6 +692,10 @@ jobs:
692692

693693
- name: Run test
694694
run: |
695+
# cabal-testsuite/PackageTests/Configure/cabal.test.hs needs it
696+
# and it doesn't appear pre-installed here
697+
brew install autoconf
698+
695699
bash .github/scripts/test.bash
696700
697701
test-mac-aarch64:

0 commit comments

Comments
 (0)