From 75028b3d4068587ed1b1717f7f2955b9ad33039f Mon Sep 17 00:00:00 2001 From: gabime Date: Fri, 1 Sep 2023 18:01:22 +0300 Subject: [PATCH] Added ci for SPDLOG_USE_STD_FORMAT=ON option --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7047d7a8..33e4f40f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - { compiler: clang, version: 15, build_type: Release, cppstd: 20, asan: OFF } container: image: ${{ matrix.config.compiler == 'clang' && 'teeks99/clang-ubuntu' || matrix.config.compiler }}:${{ matrix.config.version }} - name: "${{ matrix.config.compiler}} ${{ matrix.config.version }} (C++${{ matrix.config.cppstd }}, ${{ matrix.config.build_type }})" + name: "${{ matrix.config.compiler}} ${{ matrix.config.version }} (C++${{ matrix.config.cppstd }}, ${{ matrix.config.build_type }} ${{ DSPDLOG_USE_STD_FORMAT matrix.config.std_format || 'OFF' }})" steps: - uses: actions/checkout@main - name: Setup