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 25666c9 commit 831fe3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-BITSv5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +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 update --remote --recursive
git submodule foreach --recursive git pull
cd Code/BITS/BITSv5/test
rm -rf build
mkdir build
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build-NotXbeeJoint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +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 update --remote --recursive
git submodule foreach --recursive git pull
cd Code/Not_XbeeJoint/test
rm -rf build
mkdir build
Expand Down

0 comments on commit 831fe3b

Please sign in to comment.