An open API service indexing awesome lists of open source software.

https://github.com/fiam/arm-none-eabi-gcc

GitHub action for installing arm-none-eabi-gcc
https://github.com/fiam/arm-none-eabi-gcc

Last synced: 11 months ago
JSON representation

GitHub action for installing arm-none-eabi-gcc

Awesome Lists containing this project

README

          

# arm-none-eabi-gcc


action status

This action downloads and sets up arm-none-eabi-gcc, adding it to the PATH. It
works on Windows, Linux and macOS.

## Usage

```yaml
steps:
- name: arm-none-eabi-gcc
- uses: fiam/arm-none-eabi-gcc@v1
with:
release: '9-2019-q4' # The arm-none-eabi-gcc release to use.
- run: ...
```