From 92e4cd71be48fdf9a79e88ef37b8f415ec5ac210 Mon Sep 17 00:00:00 2001 From: Jack O'Connor Date: Sun, 5 Nov 2023 09:18:39 -0800 Subject: [PATCH] add the compiler name to CMake CI jobs --- .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 2de4fdd62..6bfbbea4a 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