Skip to content

Commit

Permalink
[script] add missing install_arm_toolchain call when `script/bootst…
Browse files Browse the repository at this point in the history
…rap` is run with no args
  • Loading branch information
lmnotran committed Feb 8, 2024
1 parent ee7ce80 commit 07d4535
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ main()
{
if [ $# == 0 ]; then
install_packages
install_arm_toolchain
install_packages_pip3
do_bootstrap_silabs
elif [ "$1" == 'packages' ]; then
Expand Down

0 comments on commit 07d4535

Please sign in to comment.