hendrikmuhs / ccache-action

github action to speedup building using ccache
MIT License
118 stars 53 forks source link

Fails to store cache on alpine linux due to missing bash #215

Closed hendrikmuhs closed 2 months ago

hendrikmuhs commented 4 months ago

See https://github.com/hendrikmuhs/ccache-action/pull/214#issuecomment-2222098056

we shouldn't use bash, but sh works, there was already a PR: https://github.com/hendrikmuhs/ccache-action/pull/145, but there is one more place. The method names should also be changed.

Marking as "good first issue", seems an easy change, maybe someone wants to pick this up?