From df3c9fd3b874c3d2d11c26c9d37031721e47cc72 Mon Sep 17 00:00:00 2001 From: "@RandyMcMillan" Date: Thu, 12 Oct 2023 12:55:51 -0400 Subject: [PATCH] .github/workflows/macos-matrix.yml:brew link gnu-getopt --- .github/workflows/macos-matrix.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/macos-matrix.yml b/.github/workflows/macos-matrix.yml index 26112623f5e22..337e7018b3bce 100644 --- a/.github/workflows/macos-matrix.yml +++ b/.github/workflows/macos-matrix.yml @@ -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"