minor fix

Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
This commit is contained in:
Tasos Katsoulas 2024-03-17 09:50:25 +02:00
parent 283cd665c3
commit 0dd9d823db
No known key found for this signature in database
GPG Key ID: 8017024735405998
2 changed files with 3 additions and 2 deletions

View File

@ -100,6 +100,7 @@ jobs:
id: install-bash
if: needs.file-check.outputs.run == 'true'
run: |
brew update
brew install bash
- name: Install netdata dependencies
id: install-nd-dep

View File

@ -616,7 +616,7 @@ declare -A pkg_find=(
['clearlinux']="findutils"
['rhel']="findutils"
['centos']="findutils"
['macos']="NOTREQUIRED"
['macos']="findutils"
['freebsd']="NOTREQUIRED"
['default']="WARNING|"
)
@ -741,7 +741,7 @@ declare -A pkg_libsystemd_dev=(
['debian']="libsystemd-dev"
['freebsd']="NOTREQUIRED"
['gentoo']="NOTREQUIRED" # inherently present on systems actually using systemd
['macos']="NOTREQUIRED"
['macos']="WARNING|"
['sabayon']="NOTREQUIRED" # inherently present on systems actually using systemd
['ubuntu']="libsystemd-dev"
['default']="systemd-devel"