hendrikmuhs / ccache-action

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

Installs x64 binary for sccache on arm64 hosts #121

Open joeyparrish opened 1 year ago

joeyparrish commented 1 year ago

With Linux arm64 self-hosted runners, I'm seeing x64 binaries installed for sccache, which then (naturally) fail to run.

sccache doesn't have arm64 binaries, but it would be nice if you could at least fail on CPU architectures you don't support.