Skip to content

Commit

Permalink
Fix build.sh west init
Browse files Browse the repository at this point in the history
  • Loading branch information
kareltucek committed Jan 10, 2025
1 parent 866ad00 commit fdf006a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ function performAction() {
git submodule init
git submodule update --init --recursive
cd "$ROOT/.."
west init -l "$ROOT" -mf west.yml
west init -l "$ROOT"
west update -o=--depth=1 -n
west patch
west config --local build.cmake-args -- "-Wno-dev"
Expand Down

0 comments on commit fdf006a

Please sign in to comment.