diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6cb738c0e..c73d17a86 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -297,7 +297,7 @@ jobs: PROJECT_BUILD_ID: ${{ github.run_number }}.win.${{ matrix.arch }}.${{ matrix.tool }}.qt-${{ matrix.qt }} run: | qt-cmake -D CMAKE_BUILD_TYPE=Release -D QT_HOST_PATH=%qtHostPath% -G "${{ matrix.generator }}" -S "%GITHUB_WORKSPACE%" -B "%RUNNER_TEMP%" - qt-cmake --build "%RUNNER_TEMP%" --verbose + cmake --build "%RUNNER_TEMP%" --verbose dir /s /b "%RUNNER_TEMP%" - name: Install DLL for tests run: |