1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-11-23 13:22:36 +01:00

Run env first

This commit is contained in:
Pavel Odintsov 2024-02-16 14:41:23 +00:00
parent 90276b0026
commit 28bb373701

@ -68,10 +68,10 @@ jobs:
# https://github.com/Homebrew/discussions/discussions/4136
HOMEBREW_NO_INSTALL_FROM_API: 1
steps:
- run: env
- 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: env
- run: brew install --build-from-source --HEAD --verbose --debug fastnetmon
build_debian_upstream_package:
machine: