From 3e12cfcc6757bf173452d0cb90d43b8c25a77af4 Mon Sep 17 00:00:00 2001 From: sksat Date: Tue, 23 Jul 2024 03:40:07 +0900 Subject: [PATCH] fix SILS mockup option --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3f96307..4f3e5b1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -94,6 +94,7 @@ jobs: federation_repos: ${{ inputs.federation_repos }} c2a_dir: ${{ inputs.c2a_dir }} c2a_custom_setup: ${{ inputs.c2a_custom_setup }} + sils_mockup: ${{ inputs.sils_mockup }} cmake_generator: ${{ inputs.cmake_generator_linux32 }} cmake_flags: | ${{ inputs.cmake_flags }} ${{ inputs.cmake_flags_linux32 }} \ @@ -122,6 +123,7 @@ jobs: federation_repos: ${{ inputs.federation_repos }} c2a_dir: ${{ inputs.c2a_dir }} c2a_custom_setup: ${{ inputs.c2a_custom_setup }} + sils_mockup: ${{ inputs.sils_mockup }} build_as_cxx: true cmake_generator: ${{ inputs.cmake_generator_linux32 }} cmake_flags: ${{ inputs.cmake_flags }} ${{ inputs.cmake_flags_linux32 }}