From eeb6f87f4c066f2dc31102ce286b1fb07c0384b2 Mon Sep 17 00:00:00 2001 From: Bruno Alexandre Rosa <1791393+brunoalr@users.noreply.github.com> Date: Thu, 6 Nov 2025 19:17:25 -0300 Subject: [PATCH] lookup only --- .github/workflows/desktop-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 65644d391..65c52405c 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -123,6 +123,7 @@ jobs: id: restore_qt uses: actions/cache/restore@v4 with: + lookup-only: true path: ${{ github.workspace }}/Qt key: qt-macos-${{ matrix.soc }}-${{ env.QT_VERSION }}