Skip to content

Commit

Permalink
.github/workflows/macos-matrix.yml:brew link gnu-getopt
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyMcMillan committed Oct 12, 2023
1 parent ccdf0cc commit df3c9fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/macos-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ jobs:

- name: Install Homebrew packages
run: brew install automake libtool pkg-config gnu-getopt ccache boost libevent miniupnpc libnatpmp zeromq qt@5 qrencode
- name: brew link --force gnu-getopt
run: brew link --force gnu-getopt

- name: Set Ccache directory
run: echo "CCACHE_DIR=${RUNNER_TEMP}/ccache_dir" >> "$GITHUB_ENV"
Expand Down

0 comments on commit df3c9fd

Please sign in to comment.