hendrikmuhs / ccache-action

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

How can I use it with custom compiler? #85

Closed ntosis closed 2 years ago

ntosis commented 2 years ago

Hi, how can I use ccache in github actions with custom compiler like "gcc arm none eabi" ?

hendrikmuhs commented 2 years ago

The only thing I could find is this: https://github.com/ccache/ccache/discussions/426

I think this is a matter on how you call ccache, the above link manipulates PATH and uses symlinks.

hendrikmuhs commented 2 years ago

Closing due to lack of further feedback.