diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 99a9ce8..d95aa7d 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -30,5 +30,5 @@ jobs: - name: Build project for ${{ matrix.mbed_target }} run: | mkdir build && cd build - cmake .. -GNinja -DMBED_TARGET=${{ matrix.mbed_target }} + cmake .. -GNinja -DMBED_TARGET=NONE ninja mbed-os # need to build mbed-os explicitly, or it will not be compiled because there are no executables that use it.