Skip to content

Commit

Permalink
automation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Shipman committed Dec 11, 2023
1 parent d057993 commit 25666c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-BITSv5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
sudo apt update
sudo apt install -y cmake gcc-arm-none-eabi libnewlib-arm-none-eabi build-essential
pwd
git submodule update --init
git submodule update --init --recursive
git submodule update --remote --recursive
cd Code/BITS/BITSv5/test
rm -rf build
mkdir build
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-NotXbeeJoint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
sudo apt update
sudo apt install -y cmake gcc-arm-none-eabi libnewlib-arm-none-eabi build-essential
pwd
git submodule update --init
git submodule update --init --recursive
git submodule update --remote --recursive
cd Code/Not_XbeeJoint/test
rm -rf build
mkdir build
Expand Down

0 comments on commit 25666c9

Please sign in to comment.