From 37ff486bc025e47339cd6c209857c75adba52539 Mon Sep 17 00:00:00 2001 From: Bruno Alexandre Rosa <1791393+brunoalr@users.noreply.github.com> Date: Thu, 25 Dec 2025 11:17:35 -0300 Subject: [PATCH] install ccache --- .github/workflows/desktop-build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index c896915e4..942cc0282 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -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