diff --git a/.github/workflows/upload-conan-deps.yml b/.github/workflows/upload-conan-deps.yml index e224fc5f6a..66e54ec877 100644 --- a/.github/workflows/upload-conan-deps.yml +++ b/.github/workflows/upload-conan-deps.yml @@ -78,7 +78,8 @@ jobs: with: build_dir: .build build_type: ${{ matrix.build_type }} - force_build: ${{ github.event_name == 'schedule' || github.event.inputs.force_source_build == 'true' }} + # ${{ github.event_name == 'schedule' || github.event.inputs.force_source_build == 'true' }} + force_build: true verbosity: ${{ runner.os == 'Windows' && 'quiet' || 'verbose' }} - name: Log into Conan remote