From c3df0b03ef2264adc98f28757b57e6ce48060717 Mon Sep 17 00:00:00 2001 From: William Vinnicombe Date: Mon, 2 Sep 2024 15:00:20 +0100 Subject: [PATCH] Improve job names --- .github/workflows/test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f074130..ebd1a6f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,14 +10,14 @@ jobs: matrix: os: [ubuntu-latest, windows-latest, macos-latest] generator: ["Ninja", "Unix Makefiles"] - mbedtls: [true, false] - libusb: [true, false] - compile: [true, false] + mbedtls: ["mbedtls", ""] + libusb: ["libusb", ""] + compile: ["compile", ""] exclude: - os: 'windows-latest' generator: "Unix Makefiles" - - libusb: false - compile: false + - libusb: "" + compile: "compile" runs-on: ${{ matrix.os }} steps: