only:HW CI to reuse provide_gcc.sh
This commit is contained in:
parent
5812210afa
commit
6564212f10
|
@ -64,8 +64,12 @@ jobs:
|
||||||
working-directory: ./firmware/
|
working-directory: ./firmware/
|
||||||
run: ./gen_live_documentation.sh
|
run: ./gen_live_documentation.sh
|
||||||
|
|
||||||
|
- name: Acquire GCC
|
||||||
|
working-directory: ./firmware/
|
||||||
|
run: ./provide_gcc.sh
|
||||||
|
|
||||||
- name: Add compiler to PATH
|
- name: Add compiler to PATH
|
||||||
run: echo "$HOME/.rusefi-tools/arm-gnu-toolchain-11.3.rel1-x86_64-arm-none-eabi/bin" >> $GITHUB_PATH
|
run: echo "${GITHUB_WORKSPACE}/firmware/gcc-arm-none-eabi/bin" >> $GITHUB_PATH
|
||||||
|
|
||||||
# Make sure the compiler works
|
# Make sure the compiler works
|
||||||
- name: Test/Identify Compiler
|
- name: Test/Identify Compiler
|
||||||
|
|
Loading…
Reference in New Issue