Skip to content

turtlesec-no/get-arm-toolchain

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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