Skip to content

Commit

Permalink
GH action: Install go for MacOSX build
Browse files Browse the repository at this point in the history
  • Loading branch information
hillu committed Nov 19, 2024
1 parent d05d4c6 commit fe6b92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: |
brew install \
make autoconf automake libtool pkg-config wget patchutils \
gnu-sed gnu-tar ca-certificates zip
gnu-sed gnu-tar ca-certificates zip go
- name: Build 3rd-party deps
run: gmake 3rdparty-all && gmake unit-test
Expand Down

0 comments on commit fe6b92c

Please sign in to comment.