You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by fg...@apache.org on 2021/04/26 17:23:41 UTC

[nifi-minifi-cpp] branch main updated: MINIFICPP-1549 Add automake packages to MacOS environments

This is an automated email from the ASF dual-hosted git repository.

fgerlits pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git


The following commit(s) were added to refs/heads/main by this push:
     new da03302  MINIFICPP-1549 Add automake packages to MacOS environments
da03302 is described below

commit da03302561969c29559861643703dc76fe31aab0
Author: Gabor Gyimesi <ga...@gmail.com>
AuthorDate: Mon Apr 26 17:03:25 2021 +0200

    MINIFICPP-1549 Add automake packages to MacOS environments
    
    Signed-off-by: Ferenc Gerlits <fg...@gmail.com>
    
    This closes #1061
---
 .github/workflows/ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 91a5931..83e7e86 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
       - id: install_dependencies
         run: |
           brew update
-          brew install ossp-uuid boost flex lua@5.3 ccache sqliteodbc
+          brew install ossp-uuid boost flex lua@5.3 ccache sqliteodbc automake autoconf
       - id: setup_env
         run: |
           echo "PATH=/usr/lib/ccache:/usr/local/opt/ccache/bin:/usr/local/opt/ccache/libexec:$PATH" >> $GITHUB_ENV
@@ -54,7 +54,7 @@ jobs:
       - id: install_dependencies
         run: |
           brew update
-          brew install ossp-uuid boost flex lua@5.3 ccache sqliteodbc
+          brew install ossp-uuid boost flex lua@5.3 ccache sqliteodbc automake autoconf
       - id: setup_env
         run: |
           echo "PATH=/usr/lib/ccache:/usr/local/opt/ccache/bin:/usr/local/opt/ccache/libexec:$PATH" >> $GITHUB_ENV