From 5787737d677780d89da3404f910caad8cbd32539 Mon Sep 17 00:00:00 2001 From: Brent Yarger Date: Wed, 25 Sep 2024 10:55:24 -0400 Subject: [PATCH] Install autoconf automake libtool for macOS runners --- .github/workflows/make-install.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/make-install.yml b/.github/workflows/make-install.yml index 0156f5b..ce855d3 100644 --- a/.github/workflows/make-install.yml +++ b/.github/workflows/make-install.yml @@ -20,6 +20,10 @@ jobs: with: lfs: true fetch-depth: 0 #for better blame info + - name: Install macOS dependencies + if: runner.os == 'macOS' + run: | + brew install autoconf automake libtool - name: Setup run: | ./build.sh