From 220d87a5b5924205a0c0d958ad91d59056227d3e Mon Sep 17 00:00:00 2001 From: tooomm Date: Sat, 13 Jun 2026 16:02:13 +0200 Subject: [PATCH] add back space --- .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 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