summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack O'Connor <oconnor663@gmail.com>2023-11-05 09:18:39 -0800
committerJack O'Connor <oconnor663@gmail.com>2023-11-05 09:18:39 -0800
commit92e4cd71be48fdf9a79e88ef37b8f415ec5ac210 (patch)
tree17bca31ef0877c1ebf992fe0799bcac5bbfc411f
parent1930721c50ca788304fc1108a9c5b62d62342223 (diff)
add the compiler name to CMake CI jobs
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2de4fdd..6bfbbea 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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