mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-10 22:50:32 +00:00
Add compatibility note
This commit is contained in:
@@ -9,6 +9,7 @@ GitHub Action for installing development tools (mainly from GitHub Releases).
|
|||||||
- [Example workflow](#example-workflow)
|
- [Example workflow](#example-workflow)
|
||||||
- [Supported tools](#supported-tools)
|
- [Supported tools](#supported-tools)
|
||||||
- [Security](#security)
|
- [Security](#security)
|
||||||
|
- [Compatibility](#compatibility)
|
||||||
- [Related Projects](#related-projects)
|
- [Related Projects](#related-projects)
|
||||||
- [License](#license)
|
- [License](#license)
|
||||||
|
|
||||||
@@ -101,6 +102,14 @@ When installing the tool from GitHub Releases, this action will download the too
|
|||||||
|
|
||||||
If you want a higher level of security, consider working on [#1](https://github.com/taiki-e/install-action/issues/1).
|
If you want a higher level of security, consider working on [#1](https://github.com/taiki-e/install-action/issues/1).
|
||||||
|
|
||||||
|
## Compatibility
|
||||||
|
|
||||||
|
This action has been tested for GitHub-hosted runners (Ubuntu, macOS, Windows) and containers (Ubuntu, Debian, Alpine).
|
||||||
|
To use this action in self-hosted runners or in containers, you will need to install at least the following:
|
||||||
|
|
||||||
|
- bash
|
||||||
|
- cargo (if you install cargo subcommands)
|
||||||
|
|
||||||
## Related Projects
|
## Related Projects
|
||||||
|
|
||||||
- [create-gh-release-action]: GitHub Action for creating GitHub Releases based on changelog.
|
- [create-gh-release-action]: GitHub Action for creating GitHub Releases based on changelog.
|
||||||
|
|||||||
Reference in New Issue
Block a user