Skip to content

Commit

Permalink
fix SILS mockup option
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Jul 22, 2024
1 parent 0ba462f commit 3e12cfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }} \
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 3e12cfc

Please sign in to comment.