From 031584c89bdcb6af0ae2596a18c18ea28ccb140c Mon Sep 17 00:00:00 2001 From: Bruno Alexandre Rosa <1791393+brunoalr@users.noreply.github.com> Date: Wed, 24 Sep 2025 19:07:03 -0300 Subject: [PATCH] nit --- .github/workflows/desktop-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 0c56d8053..bd050f46e 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -281,7 +281,7 @@ jobs: # 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 + - name: Setup ccache uses: jianmingyong/ccache-action@v1 with: install-type: "binary"