Skip to content

Commit

Permalink
fix gui build
Browse files Browse the repository at this point in the history
  • Loading branch information
martukas committed Nov 3, 2024
1 parent 15f2621 commit df4fe7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions software/common/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ generate_network_protocols() {
--cpp_out=$GUI_LIB_PATH \
--python_out=$PYTHON_LIB_PATH \
network_protocol.proto

pio pkg install -d .
}

run_checks() {
Expand Down
2 changes: 2 additions & 0 deletions software/gui/gui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ elif [ "$1" == "build" ]; then
create_clean_dir build

# generate comms protocols
../common/common.sh update
../common/common.sh generate

pushd build
Expand Down Expand Up @@ -268,6 +269,7 @@ elif [ "$1" == "test" ]; then
create_clean_dir build

# generate comms protocols
../common/common.sh update
../common/common.sh generate

pushd build
Expand Down

0 comments on commit df4fe7e

Please sign in to comment.