julia-actions / cache

A shortcut action to cache Julia artifacts, packages, and registries.
MIT License
38 stars 8 forks source link

README: document that Bash is required #132

Closed DilumAluthge closed 1 month ago

DilumAluthge commented 1 month ago

Bash might not be available by default in e.g. self-hosted Windows runners. So we should document this requirement.

DilumAluthge commented 1 month ago

@omus Actually, I don't think the statement about jq is correct now. IIUC, if the self-hosted runner doesn't already have jq installed, then julia-actions/cache will automatically install jq (using dcarbone/install-jq-action). So the user doesn't need to actually call dcarbone/install-jq-action themselves.