arm-none-eabi-gcc

GitHub action for installing arm-none-eabi-gcc

MIT License

Stars
26
Committers
2

arm-none-eabi-gcc

This action downloads and sets up arm-none-eabi-gcc, adding it to the PATH. It works on Windows, Linux and macOS.

Usage

steps:
- name: arm-none-eabi-gcc
- uses: fiam/arm-none-eabi-gcc@v1
  with:
    release: '9-2019-q4' # The arm-none-eabi-gcc release to use.
- run: ...
Package Rankings
Top 3.25% on Github actions