Skip to content

Commit

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

0 comments on commit 026026d

Please sign in to comment.