From 4525f60785f6c7171f3ba182623826ccc0a1c601 Mon Sep 17 00:00:00 2001 From: kinokrt <43879397+kinokrt@users.noreply.github.com> Date: Tue, 5 Dec 2023 18:44:13 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7d03ac788..cf9fe006a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -195,12 +195,11 @@ jobs: - name: Install Flow dependencies with Conan using the profile run: | - conan install \ + CONAN_VERBOSE_TRACE=1 conan install \ . \ --profile:build=conan_profile \ --profile:host=conan_profile \ - --build=missing \ - -vvv + --build=missing - name: Get the number of processor cores for parallelized work uses: SimenB/github-actions-cpu-cores@v1