Specify dependencies in README

This commit is contained in:
Jonas Bushart 2024-10-21 23:54:51 +02:00 committed by GitHub
parent 11df97af8e
commit 97db979bf8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 0 deletions

View File

@ -88,6 +88,16 @@ You can read more rustflags, and their load order, in the [Cargo reference].
| `rustup-version` | Version as reported by `rustup --version` |
| `cachekey` | A short hash of the installed rustc version |
## Dependencies
The action works best on the GitHub-hosted runners, but can work on self-hosted ones too, provided the necessary dependencies are available.
PRs to add support for more environments are welcome.
* bash 5
* brew (macOS only)
* rustup or curl (Linux and macOS)
* using other node actions
## License
The scripts and documentation in this project are released under the [MIT