mirror of
https://github.com/micropython/micropython.git
synced 2026-03-14 12:50:16 +01:00
tools/ci.sh: For ci_code_size_setup, update apt to install gcc-multilib.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -33,6 +33,7 @@ function ci_code_formatting_run {
|
||||
# code size
|
||||
|
||||
function ci_code_size_setup {
|
||||
sudo apt-get update
|
||||
sudo apt-get install gcc-multilib
|
||||
gcc --version
|
||||
ci_gcc_arm_setup
|
||||
|
||||
Reference in New Issue
Block a user