Skip to content

Get Arm Toolchain

Actions
Installs Arm Toolchain
v1.1.1
Latest
Star (0)

Get Arm Toolchain GitHub Action

CI

Gets the Arm Toolchain

Works on: Linux, Windows and MacOS

Inputs

No inputs

Outputs

version

The version string from "arm-none-eabi-gcc --version"

install_dir

The path to the direcotry where arm-none-eabi-gcc was installed

Example usage

    - name: Install Arm Toolchain
      id: arm
      uses: turtlesec-no/get-arm-toolchain@main

    - name: Arm Toolchain version
      run: echo "${{ steps.arm.outputs.version }}"

Get Arm Toolchain is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Installs Arm Toolchain
v1.1.1
Latest

Get Arm Toolchain is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.