diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 81e8875b8..d496701eb 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -416,9 +416,7 @@ jobs: QTDIR: '${{github.workspace}}\Qt\${{matrix.qt_version}}\win64_${{matrix.qt_arch}}' VCPKG_DISABLE_METRICS: 1 VCPKG_BINARY_SOURCES: 'clear;files,${{ steps.vcpkg-cache.outputs.path }},readwrite' - # No need for --parallel flag, MTT is added in the compile script to let cmake/msbuild manage core count, - # project and process parallelism: https://devblogs.microsoft.com/cppblog/improved-parallelism-in-msbuild/ - run: .ci/compile.sh --server --release --test --package + run: .ci/compile.sh --server --release --test #--package - name: Upload artifact uses: actions/upload-artifact@v4