mirror of
https://github.com/andreili/klipper.git
synced 2025-08-23 19:34:06 +02:00
ci-install: Run 'apt-get update' prior to 'apt-get install'
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
d6494ffed5
commit
f2e69a3703
@ -20,6 +20,7 @@ PKGS="virtualenv python2-dev libffi-dev build-essential"
|
||||
PKGS="${PKGS} gcc-avr avr-libc"
|
||||
PKGS="${PKGS} libnewlib-arm-none-eabi gcc-arm-none-eabi binutils-arm-none-eabi"
|
||||
PKGS="${PKGS} pv libmpfr-dev libgmp-dev libmpc-dev texinfo bison flex"
|
||||
sudo apt-get update
|
||||
sudo apt-get install ${PKGS}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user