only:docs
This commit is contained in:
parent
05b1171000
commit
db24b97851
|
@ -474,6 +474,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git status
|
git status
|
||||||
|
|
||||||
|
#
|
||||||
|
# Note to humans: on personal devices we have firmware/provide_gcc.sh and setup_linux_environment.sh
|
||||||
|
#
|
||||||
- name: Install Arm GNU Toolchain (arm-none-eabi-gcc)
|
- name: Install Arm GNU Toolchain (arm-none-eabi-gcc)
|
||||||
if: ${{ env.skip != 'true' }}
|
if: ${{ env.skip != 'true' }}
|
||||||
uses: carlosperate/arm-none-eabi-gcc-action@v1
|
uses: carlosperate/arm-none-eabi-gcc-action@v1
|
||||||
|
|
Loading…
Reference in New Issue