mirror of
https://github.com/pavel-odintsov/fastnetmon
synced 2024-11-15 13:34:32 +01:00
Added fix to address No head is defined for fastnetmon for macOS build
This commit is contained in:
parent
b98e7db2bb
commit
da4e951e08
@ -17,6 +17,10 @@ jobs:
|
||||
build_macos:
|
||||
macos:
|
||||
xcode: 13.2.1
|
||||
environment:
|
||||
# We need it to address Error: No head is defined for fastnetmon
|
||||
# https://github.com/Homebrew/discussions/discussions/4136
|
||||
HOMEBREW_NO_INSTALL_FROM_API: 1
|
||||
steps:
|
||||
- checkout
|
||||
- run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||
|
Loading…
Reference in New Issue
Block a user