Add dependencies for Ubuntu/Debian (#12959)

Release Notes:

- Fixed #12890
This commit is contained in:
Joel Tony
2024-06-13 08:36:18 -06:00
committed by GitHub
parent f8ad5fe3e9
commit a35947c883
+2
View File
@@ -26,6 +26,8 @@ if [[ -n $apt ]]; then
make
clang
mold
jq
gettext-base
)
$maysudo "$apt" install -y "${deps[@]}"
exit 0