try not requiring brew install gnu-getopt (#4569)

This commit is contained in:
tersec 2023-01-31 13:22:57 +00:00 committed by GitHub
parent ea6a6b1acd
commit c71bddb612
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -90,12 +90,6 @@ jobs:
# for miniupnp that runs "wingenminiupnpcstrings.exe" from the current dir
echo "." >> $GITHUB_PATH
- name: Install build dependencies (macOS)
if: runner.os == 'macOS'
run: |
brew install gnu-getopt
brew link --force gnu-getopt
- name: Derive environment variables
run: |
if [[ '${{ matrix.target.cpu }}' == 'amd64' ]]; then