diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 6b39e4371..9b38e8f7d 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -363,7 +363,7 @@ jobs: id: restore_qt uses: actions/cache/restore@v6 with: - key: thin-Qt-${{ steps.resolve_qt_version.outputs.version }}-macOS${{ case(matrix.soc == 'Intel', '-Intel', '') }} + key: Qt-${{ steps.resolve_qt_version.outputs.version }}-macOS${{ case(matrix.soc == 'Intel', '-Intel', '') }}-thin path: ${{ github.workspace }}/Qt # Using jurplel/install-qt-action to install Qt without using brew @@ -386,7 +386,7 @@ jobs: if: matrix.os == 'macOS' && steps.restore_qt.outputs.cache-hit == '' uses: actions/cache/save@v6 with: - key: thin-Qt-${{ steps.resolve_qt_version.outputs.version }}-macOS${{ case(matrix.soc == 'Intel', '-Intel', '') }} + key: Qt-${{ steps.resolve_qt_version.outputs.version }}-macOS${{ case(matrix.soc == 'Intel', '-Intel', '') }}-thin path: ${{ github.workspace }}/Qt - name: "[Windows] Install NSIS"