Skip to content

Commit

Permalink
ci-install: Run 'apt-get update' prior to 'apt-get install'
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin O'Connor <[email protected]>
  • Loading branch information
KevinOConnor committed Nov 22, 2024
1 parent d6494ff commit f2e69a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/ci-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}


Expand Down

0 comments on commit f2e69a3

Please sign in to comment.