Expand description
Functions necessary for downloading and caching tools.
Structs§
Functions§
- cache_
dir - Caches a directory and installs it into the tool cacheDir.
- cache_
file - Caches a downloaded file (GUID) and installs it into the tool cache with a given targetName.
- download_
tool - Download a tool from an url and stream it into a file.
- extract_
7z - Extract a .7z file.
- extract_
tar - Extract a tar.
- extract_
zip - Extract a zip.
- find
- Finds the path to a tool version in the local installed tool cache.
- find_
all_ versions - Finds the paths to all versions of a tool that are installed in the local tool cache.