From 90657c4c3ba0e75cf89162174bcedd4f7d553465 Mon Sep 17 00:00:00 2001 From: Bruno Alexandre Rosa <1791393+brunoalr@users.noreply.github.com> Date: Sun, 18 May 2025 18:22:05 -0300 Subject: [PATCH] fixup! ci: use ccache on macos --- .github/workflows/desktop-build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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