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
- Host: GitHub
- URL: https://github.com/fiam/arm-none-eabi-gcc
- Owner: fiam
- License: mit
- Created: 2020-02-22T12:33:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T08:00:32.000Z (over 3 years ago)
- Last Synced: 2024-11-24T19:41:35.285Z (over 1 year ago)
- Language: TypeScript
- Size: 1.25 MB
- Stars: 26
- Watchers: 7
- Forks: 18
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```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: ...
```