Skip to content

GitHub action for installing arm-none-eabi-gcc

License

Notifications You must be signed in to change notification settings

bsongis-frsky/arm-none-eabi-gcc

 
 

Repository files navigation

arm-none-eabi-gcc

action status

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: ...

About

GitHub action for installing arm-none-eabi-gcc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.0%
  • JavaScript 2.0%