From 9d941cbffeaba9c95ccbc1c2515469bbecf00a4d Mon Sep 17 00:00:00 2001 From: Mathias Hasselmann Date: Mon, 7 Oct 2024 00:58:55 +0200 Subject: [PATCH] fixup! Upgrade to install-qt-action@v4 --- .github/workflows/integration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 8707982..84e2624 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -216,12 +216,12 @@ jobs: run: | sudo apt-get install ninja-build - - name: List CMake files (not Windows) + - name: List CMake files on Unix if: !startsWith(matrix.runner, 'windows-') run: | find "$QT_ROOT_DIR/lib/cmake/${{matrix.package}}" - - name: List CMake files (Windows) + - name: List CMake files on Windows if: startsWith(matrix.runner, 'windows-') run: | dir "$QT_ROOT_DIR/lib/cmake/${{matrix.package}}"