Skip to content

Commit

Permalink
Added ci for SPDLOG_USE_STD_FORMAT=ON option
Browse files Browse the repository at this point in the history
  • Loading branch information
gabime committed Sep 1, 2023
1 parent 2ffe73c commit be75bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }} ${{ DSPDLOG_USE_STD_FORMAT matrix.config.std_format || 'OFF' }})"
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
Expand Down

0 comments on commit be75bb0

Please sign in to comment.