From 6d64daf73f81353452168db2006c33351ff2f1a5 Mon Sep 17 00:00:00 2001 From: Bruno Alexandre Rosa <1791393+brunoalr@users.noreply.github.com> Date: Wed, 24 Sep 2025 15:05:27 -0300 Subject: [PATCH] add comment about jianmingyong/ccache-action --- .github/workflows/desktop-build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index b2f4228ef..a345808e2 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -279,6 +279,8 @@ jobs: with: submodules: recursive + # Using jianmingyong/ccache-action to setup ccache without using brew + # It tries to download a binary of ccache from GitHub Release and falls back to building from source if it fails - name: Setup Ccache uses: jianmingyong/ccache-action@v1 with: