mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Temporarily set force_build to true
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
This commit is contained in:
3
.github/workflows/upload-conan-deps.yml
vendored
3
.github/workflows/upload-conan-deps.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user