imkiva/setup-riscv-gnu-toolchain
Set up RISCV GNU Toolchain in your GitHub Actions workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| version | The version of RISCV GNU Toolchain to use. You can use `latest` to get the latest version. All available versions can be found at [here](https://github.com/riscv-collab/riscv-gnu-toolchain/tags). | no | latest |
| arch | riscv64 or riscv32 | no | riscv64 |
| libc | glibc, elf, or musl | no | glibc |
| compiler | gcc or llvm | no | gcc |
| os | ubuntu-22.04 or ubuntu-20.04 | no | ubuntu-22.04 |
Outputs
no outputs