Fix install failures in edge cases

This commit is contained in:
Taiki Endo
2023-02-08 15:28:23 +09:00
parent 0340abb8d7
commit 9e1de916ab
5 changed files with 53 additions and 10 deletions

View File

@@ -124,7 +124,7 @@ This action has been tested for GitHub-hosted runners (Ubuntu, macOS, Windows) a
To use this action in self-hosted runners or in containers, at least the following tools are required:
- bash
- cargo (if you install cargo subcommands or use cargo-binstall fallback)
- cargo (if you use cargo-binstall fallback)
## Related Projects