From 10e15b524fb28a552164199570f60f4ca4fab83d Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Tue, 2 Sep 2025 16:19:15 +0100 Subject: [PATCH] chore: Pass use_mold correctly to CMake (#2498) --- .github/actions/generate/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/generate/action.yml b/.github/actions/generate/action.yml index b39b116c..e9728f38 100644 --- a/.github/actions/generate/action.yml +++ b/.github/actions/generate/action.yml @@ -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 \