diff --git a/.github/workflows/test_building_multiple_executables.yml b/.github/workflows/test_building_multiple_executables.yml index fed7b2cde8..111747d06b 100644 --- a/.github/workflows/test_building_multiple_executables.yml +++ b/.github/workflows/test_building_multiple_executables.yml @@ -16,6 +16,7 @@ jobs: mkdir cmake_build cd cmake_build cmake -DMBED_TARGET=ARM_MUSCA_S1 .. + cmake --build . - name: Verify the post-build command has run successfully on each image run: |