From 8eaae0b2f7b5312d78fb172ac974ddba9b1a9dd6 Mon Sep 17 00:00:00 2001 From: Bruno Alexandre Rosa <1791393+brunoalr@users.noreply.github.com> Date: Thu, 25 Sep 2025 08:28:39 -0300 Subject: [PATCH] do not cache qt on macos --- .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 cc84851f1..b1afcbfa5 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -293,7 +293,7 @@ jobs: - name: Install Qt ${{env.QT_VERSION}} uses: jurplel/install-qt-action@v4 with: - cache: true + cache: false # qt caches take too much space for macOS (1.1Gi) version: ${{env.QT_VERSION}} arch: ${{env.QT_ARCH}} modules: ${{env.QT_MODULES}}