diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c8d9b93..7047d7a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: -DSPDLOG_BUILD_TESTS=ON \ -DSPDLOG_BUILD_TESTS_HO=OFF \ -DSPDLOG_SANITIZE_ADDRESS=${{ matrix.config.asan || 'OFF' }} \ - -DSPDLOG_USE_STD_FORMAT=${{ matrix.config.std_format || 'OFF' }} \ + -DSPDLOG_USE_STD_FORMAT=${{ matrix.config.std_format || 'OFF' }} make -j2 export ASAN_OPTIONS=alloc_dealloc_mismatch=0 ctest -j2 --output-on-failure