progress
This commit is contained in:
parent
f9233bc3cb
commit
d09ec18648
|
@ -11,6 +11,15 @@ jobs:
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
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
|
- name: 1. Compile
|
||||||
run: |
|
run: |
|
||||||
bash compile.sh
|
bash compile.sh
|
||||||
|
|
Loading…
Reference in New Issue