diff options
| -rw-r--r-- | .github/workflows/cmake-multi-platform.yml | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index f141141..ef41555 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -58,6 +58,7 @@ jobs:          -DCMAKE_C_COMPILER=${{ matrix.c_compiler }}          -DCMAKE_BUILD_TYPE=${{ matrix.build_type }}          -DBUILD_TESTING=ON +        -DBUILD_TESTING_RT=ON          -S ${{ github.workspace }}      - name: Build | 
