1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-05-04 23:26:15 +02:00

add the compiler name to CMake CI jobs

This commit is contained in:
Jack O'Connor 2023-11-05 09:18:39 -08:00
parent 1930721c50
commit 92e4cd71be

View File

@ -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