diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 470be2a86..8795075e1 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -376,7 +376,7 @@ jobs: path: ${{ env.CCACHE_DIR }} restore-keys: ccache-${{ matrix.runner }}-${{ matrix.soc }}-${{ matrix.type }}- - - name: "[macOS] Restore thin Qt ${{ matrix.qt_version }}libraries" + - name: "[macOS] Restore thin Qt ${{ matrix.qt_version }} libraries" if: matrix.os == 'macOS' id: restore_qt uses: actions/cache/restore@v5