Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 672 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 672 Bytes

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 }}"