From ecb19cf4d02f347aa5c5b5947118bc705ded0e3e Mon Sep 17 00:00:00 2001 From: Hilko Bengen Date: Mon, 2 May 2022 23:18:57 +0200 Subject: [PATCH] Attempt to fix build on MacOSX --- .github/workflows/go.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c1f2ab2..6874e80 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -40,12 +40,16 @@ jobs: steps: - uses: actions/checkout@v2 + - name: Update build environment + run: | + brew update \ + brew upgrade + - name: Install build-dependencies run: | - brew update brew install \ make autoconf automake libtool pkg-config wget patchutils \ - gnu-sed gnu-tar git ca-certificates zip + gnu-sed gnu-tar ca-certificates zip - name: Build 3rd-party deps run: gmake 3rdparty-all && gmake unit-test