From 95f743ef8ba4525ef64c2a29860a88ede394d879 Mon Sep 17 00:00:00 2001 From: Dean M Greer Date: Sat, 27 Apr 2024 05:16:42 +0000 Subject: [PATCH] macOS.yml: add autoconf --- .github/workflows/macOS.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/macOS.yml b/.github/workflows/macOS.yml index a2c281de..fed221a7 100644 --- a/.github/workflows/macOS.yml +++ b/.github/workflows/macOS.yml @@ -15,7 +15,8 @@ jobs: - name: Install dependencies run: | brew install --cask xquartz - brew install bison \ + brew install autoconf \ + bison \ gphoto2 \ gst-plugins-base \ mingw-w64 \