something broken

This commit is contained in:
rusefi 2023-12-31 15:25:36 -05:00 committed by rusefillc
parent 48ee563b6c
commit 9777e730a9
1 changed files with 5 additions and 0 deletions

View File

@ -544,6 +544,11 @@ jobs:
bash gen_config_board.sh ${{matrix.folder}} ${{matrix.short-board-name}}
fi
- name: Git Status
if: ${{ env.skip != 'true' }}
run: |
git status
- name: Install Arm GNU Toolchain (arm-none-eabi-gcc)
if: ${{ env.skip != 'true' }}
uses: carlosperate/arm-none-eabi-gcc-action@v1