now install m4 on macos in CI

This commit is contained in:
Edward Hartnett 2024-08-29 05:33:37 -06:00
parent a2bdfb9485
commit 5f2bc7677c

View File

@ -108,7 +108,7 @@ jobs:
###
- name: Install autoconf
shell: bash -l {0}
run: brew install automake
run: brew install automake m4
- name: Run autoconf
shell: bash -l {0}