Skip to content

Commit

Permalink
Attempt to fix build on MacOSX
Browse files Browse the repository at this point in the history
  • Loading branch information
hillu committed May 2, 2022
1 parent 4080eb1 commit ecb19cf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ecb19cf

Please sign in to comment.