This commit is contained in:
rusefillc 2023-05-23 17:38:12 -04:00
parent f9233bc3cb
commit d09ec18648
1 changed files with 9 additions and 0 deletions

View File

@ -11,6 +11,15 @@ jobs:
with:
submodules: recursive
# Build machines don't have arm-none-eabi gcc, so let's download it and put it on the path
- name: Download & Install GCC
if: ${{ env.skip != 'true' }}
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
run: |
ext/rusefi/firmware/provide_gcc.sh
echo "::add-path::`pwd`/gcc-arm-none-eabi/bin"
- name: 1. Compile
run: |
bash compile.sh