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