Jorge Aparicio 8 жил өмнө
parent
commit
164b21991c
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      ci/install.sh

+ 1 - 1
ci/install.sh

@@ -37,7 +37,7 @@ install_binutils() {
     case $TARGET in
         thumbv*-none-eabi)
             sudo apt-get install -y --no-install-recommends \
-                 binutils-arm-none-eabi
+                 gcc-arm-none-eabi
             ;;
     esac
 }