hendrikmuhs / ccache-action

github action to speedup building using ccache
MIT License
114 stars 52 forks source link

Add Alpine (apk package manager) native install support #145

Closed mvorisek closed 1 year ago

mvorisek commented 1 year ago

Fix #131

Also fix bash is not present on some slim Ubuntu/Debian Docker images nor on Alpine by default. sh in contrast is present on almost any platform.

CI should be passing, tested inside my fork.