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