chore: Pass use_mold correctly to CMake (#2498)

This commit is contained in:
Ayaz Salikhov
2025-09-02 16:19:15 +01:00
committed by GitHub
parent 402ab29a73
commit 10e15b524f

View File

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