Skip to content

Commit 97db979

Browse files
authored
Specify dependencies in README
1 parent 11df97a commit 97db979

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,16 @@ You can read more rustflags, and their load order, in the [Cargo reference].
8888
| `rustup-version` | Version as reported by `rustup --version` |
8989
| `cachekey` | A short hash of the installed rustc version |
9090

91+
## Dependencies
92+
93+
The action works best on the GitHub-hosted runners, but can work on self-hosted ones too, provided the necessary dependencies are available.
94+
PRs to add support for more environments are welcome.
95+
96+
* bash 5
97+
* brew (macOS only)
98+
* rustup or curl (Linux and macOS)
99+
* using other node actions
100+
91101
## License
92102

93103
The scripts and documentation in this project are released under the [MIT

0 commit comments

Comments
 (0)