From d29da93995e63dd40e0fb263c728773e82f65621 Mon Sep 17 00:00:00 2001 From: Bruno Alexandre Rosa <1791393+brunoalr@users.noreply.github.com> Date: Wed, 24 Sep 2025 19:35:06 -0300 Subject: [PATCH] fix cache prefix --- .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 bd050f46e..f17486202 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -285,7 +285,7 @@ jobs: uses: jianmingyong/ccache-action@v1 with: install-type: "binary" - ccache-key-prefix: ccache-${{matrix.os}}-${{matrix.target}}-${{matrix.soc}}-${{matrix.type}} + ccache-key-prefix: ccache-${{matrix.os}}-${{matrix.soc}}-${{matrix.type}} # Using jurplel/install-qt-action to install Qt without using brew # qt build using vcpkg either just fails or takes too long to build