diff --git a/.github/workflows/windows-qt6.yml b/.github/workflows/windows-qt6.yml index 39979ca7f971a..b70c99be69b49 100644 --- a/.github/workflows/windows-qt6.yml +++ b/.github/workflows/windows-qt6.yml @@ -50,8 +50,8 @@ jobs: uses: hendrikmuhs/ccache-action@v1.2 with: max-size: 1G - key: build-ccache-win64-qt6-${{ github.event.pull_request.base.ref || github.ref_name }} - save: ${{ github.event_name == 'push' }} + key: build-ccache-win-qt6-unity # build-ccache-win64-qt6-${{ github.event.pull_request.base.ref || github.ref_name }} + # save: ${{ github.event_name == 'push' }} - name: 🌱 Install dependencies and generate project files shell: bash