Skip to content

Commit

Permalink
fix SILS mockup if condition
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Jul 22, 2024
1 parent 3e12cfc commit 7f8903d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action-c2a-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ runs:
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
-DBUILD_C2A_AS_CXX=OFF \
-DC2A_BUILD_AS_CXX=OFF \
${{ (inputs.sils_mockup && '-DUSE_SILS_MOCKUP=ON') || '' }} ${{ (inputs.sils_mockup && '-DC2A_BUILD_WITH_SILS_MOCKUP=ON') || '' }} \
${{ (inputs.sils_mockup == 'true' && '-DUSE_SILS_MOCKUP=ON') || '' }} ${{ (inputs.sils_mockup == 'true' && '-DC2A_BUILD_WITH_SILS_MOCKUP=ON') || '' }} \
${{ inputs.cmake_flags }}
- name: CMake as C++
Expand Down

0 comments on commit 7f8903d

Please sign in to comment.