ref: f1616ba4d093ccb90bdd1108819ce5de76ab3602
parent: e7e0acbd53af310b8671548427c2aea4a4a80c92
author: Ralph Giles <giles@thaumas.net>
date: Thu Jul 29 06:58:48 EDT 2021
github actions: add automake dep on macos
--- a/.github/workflows/action.yml
+++ b/.github/workflows/action.yml
@@ -39,7 +39,7 @@
- name: Install MacOS dependencies
if: startsWith(matrix.os,'macos')
run: |
- brew install pkg-config opus
+ brew install pkg-config automake opus
- name: Build with Autotools
if: startsWith(matrix.build-system,'autotools')