These are collection of actions to make easy various tool installation. Basically you can use tools just giving package manager and package names. They are installed and cached for future use.
For example, brew package tool can be installed as simple as this:
- uses: tecolicom/actions-use-homebrew-tools@v1
with:
tools: rcsYou can replace homebrew and tools part to any other package.
Specified tools are installed at the first time. As for later
execution, cached files are extracted from the archive if any other
environment is not changed.
If you have request to support other package manager, send an issue.