Skip to content
download

GitHub Action

arm-none-eabi-gcc

v1.0.4 Latest version

arm-none-eabi-gcc

download

arm-none-eabi-gcc

Set up arm-none-eabi-gcc and add it to the PATH

Installation

Copy and paste the following snippet into your .yml file.

              

- name: arm-none-eabi-gcc

uses: fiam/arm-none-eabi-gcc@v1.0.4

Learn more about this action in fiam/arm-none-eabi-gcc

Choose a version

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