Temporarily set force_build to true

Signed-off-by: JCW <a1q123456@users.noreply.github.com>
This commit is contained in:
JCW
2025-10-08 16:25:57 +01:00
parent bc19d10433
commit c4e0e0c93b

View File

@@ -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