Gets the Arm Toolchain
Works on: Linux, Windows and MacOS
No inputs
The version string from "arm-none-eabi-gcc --version"
The path to the direcotry where arm-none-eabi-gcc was installed
- name: Install Arm Toolchain
id: arm
uses: turtlesec-no/get-arm-toolchain@main
- name: Arm Toolchain version
run: echo "${{ steps.arm.outputs.version }}"