Skip to content

Commit

Permalink
add the compiler name to CMake CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
oconnor663 committed Nov 5, 2023
1 parent 1930721 commit 92e4cd7
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 @@ -314,7 +314,7 @@ jobs:
# CMake build test (Library only), current macOS/Linux only.
cmake_build:
name: CMake ${{ matrix.os }}
name: CMake ${{ matrix.os }} ${{ matrix.compiler }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down

0 comments on commit 92e4cd7

Please sign in to comment.