reducing inconsistency, renaming signature header

This commit is contained in:
rusefillc 2022-08-16 11:08:24 -04:00
parent 2e7d37f485
commit 8ff04120a3
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ jobs:
[ $? -eq 0 ] || { echo "ERROR generating board kinetis kin"; exit 1; }
elif [ "${{ matrix.build-target }}" = "cypress" ]; then
config/boards/hellen/cypress/config/gen_cypress_config.sh
[ $? -eq 0 ] || { echo "ERROR generating board hellen_cypress hellen_cypress"; exit 1; }
[ $? -eq 0 ] || { echo "ERROR generating board cypress cypress"; exit 1; }
elif [ "${{ matrix.build-target }}" = "subaru_eg33_f7" ]; then
bash config/boards/subaru_eg33/config/gen_subaru_config.sh
[ $? -eq 0 ] || { echo "ERROR generating board subaru_eg33 subaru_eg33_f7"; exit 1; }