Add elfutils dep for Debian (#13023)

Release Notes:

- Fixed https://github.com/zed-industries/zed/issues/13021
This commit is contained in:
Winston Hoy 2024-06-13 22:05:58 -04:00 committed by GitHub
parent 8edfd0a963
commit 068b1c235c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,6 +29,7 @@ if [[ -n $apt ]]; then
mold mold
jq jq
gettext-base gettext-base
elfutils
) )
$maysudo "$apt" install -y "${deps[@]}" $maysudo "$apt" install -y "${deps[@]}"
exit 0 exit 0