mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-22 12:30:08 +00:00
try not requiring brew install gnu-getopt (#4569)
This commit is contained in:
parent
ea6a6b1acd
commit
c71bddb612
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -90,12 +90,6 @@ jobs:
|
|||||||
# for miniupnp that runs "wingenminiupnpcstrings.exe" from the current dir
|
# for miniupnp that runs "wingenminiupnpcstrings.exe" from the current dir
|
||||||
echo "." >> $GITHUB_PATH
|
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
|
- name: Derive environment variables
|
||||||
run: |
|
run: |
|
||||||
if [[ '${{ matrix.target.cpu }}' == 'amd64' ]]; then
|
if [[ '${{ matrix.target.cpu }}' == 'amd64' ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user