Skip to content

fiam/arm-none-eabi-gcc

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

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