install ccache

This commit is contained in:
Bruno Alexandre Rosa 2025-12-25 11:17:35 -03:00
parent de840e1573
commit 37ff486bc0

View file

@ -358,6 +358,10 @@ jobs:
with:
msbuild-architecture: x64
- name: Setup ccache
if: matrix.use_ccache == 1 && matrix.os == 'macOS'
run: brew install ccache
- name: Restore compiler cache (ccache)
if: matrix.use_ccache == 1
id: ccache_restore