mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-19 11:15:50 +00:00
chore: Pass use_mold correctly to CMake (#2498)
This commit is contained in:
2
.github/actions/generate/action.yml
vendored
2
.github/actions/generate/action.yml
vendored
@@ -87,7 +87,7 @@ runs:
|
||||
endsWith(inputs.conan_profile, '.tsan') && '-Dsan=thread' ||
|
||||
endsWith(inputs.conan_profile, '.ubsan') && '-Dsan=undefined' ||
|
||||
'' }}
|
||||
USE_MOLD_OPTION: "${{ inputs.use_mold == 'true' && '-DUSE_MOLD=ON' || '' }}"
|
||||
USE_MOLD_OPTION: "${{ inputs.use_mold == 'true' && '-Duse_mold=ON' || '' }}"
|
||||
run: |
|
||||
cd build
|
||||
cmake \
|
||||
|
||||
Reference in New Issue
Block a user