From 962ed5edf06081797ba8b276d7fa8851e3802e5e Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Thu, 11 Jan 2024 02:20:44 +0000 Subject: [PATCH] ci: add indicate toolchain file in job name --- .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 72c5e88..cfe06b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ on: jobs: install: - name: Rust ${{matrix.rust}} ${{matrix.os}} + name: Rust ${{matrix.rust || '(toolchain file)'}} ${{matrix.os}} runs-on: ${{matrix.os}} strategy: fail-fast: false