add missing dependencies for tests/sim builds (#4860)

This commit is contained in:
Matthew Kennedy 2022-12-01 04:06:48 -08:00 committed by GitHub
parent 5441e60c6b
commit 4d6e0e49f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
sudo apt-get update
# install dependencies
sudo apt-get install -y build-essential gcc make openjdk-8-jdk-headless ant mtools zip xxd
sudo apt-get install -y build-essential gcc gdb gcc-multilib g++-multilib make openjdk-8-jdk-headless ant mtools zip xxd libncurses5 libncursesw5
# delete any old tools, create a new folder, and go there
rm -rf ~/.rusefi-tools