1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-11-26 13:14:31 +01:00

Disabled brew audit stric mode in effort to address: Head-only (no stable download)

This commit is contained in:
Pavel Odintsov 2022-11-30 11:55:34 +00:00
parent 3b91233280
commit 6d19de965a

@ -22,7 +22,7 @@ jobs:
- 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 --HEAD --verbose --debug fastnetmon
- run: brew audit --strict fastnetmon
- run: brew audit fastnetmon
- run: brew audit --new-formula fastnetmon
build_debian_upstream_package:
machine: