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