mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 19:02:07 +00:00
Fix arm buildjet (#18023)
Run `apt-get update` before `apt-get install` on Linux. Hopefully will fix building on Linux Arm.
This commit is contained in:
parent
97dc1d193f
commit
30ef7e62bf
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ if [[ -n $apt ]]; then
|
|||
elfutils
|
||||
libsqlite3-dev
|
||||
)
|
||||
$maysudo "$apt" update
|
||||
$maysudo "$apt" install -y "${deps[@]}"
|
||||
exit 0
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue