Skip to content

Commit

Permalink
Specify dependencies in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbb authored Oct 21, 2024
1 parent 11df97a commit 97db979
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 97db979

Please sign in to comment.