1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-11-15 13:34:32 +01:00

Added --HEAD for MacOS builds as it's required for install for HEAD formulas

This commit is contained in:
Pavel Odintsov 2022-11-25 13:33:03 +00:00
parent faa29605c0
commit fb06b56120

@ -21,7 +21,7 @@ jobs:
- checkout
- run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- run: cp src/packaging/homebrew/fastnetmon.rb /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/fastnetmon.rb
- run: brew install --build-from-source --verbose --debug fastnetmon
- run: brew install --build-from-source --HEAD --verbose --debug fastnetmon
- run: brew audit --strict fastnetmon
- run: brew audit --new-formula fastnetmon
build_debian_upstream_package: