You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
arm-none-eabi-gcc
v1.0.2
arm-none-eabi-gcc
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@v1with:
release: '9-2019-q4'# The arm-none-eabi-gcc release to use.
- run: ...