Add dependencies for Ubuntu/Debian (#12959)

Release Notes:

- Fixed #12890
This commit is contained in:
Joel Tony 2024-06-13 20:06:18 +05:30 committed by GitHub
parent f8ad5fe3e9
commit a35947c883
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,6 +26,8 @@ if [[ -n $apt ]]; then
make
clang
mold
jq
gettext-base
)
$maysudo "$apt" install -y "${deps[@]}"
exit 0