From 9580814d742d8272cb4c19775c065a63181b4c0b Mon Sep 17 00:00:00 2001 From: Chris Hennick Date: Mon, 15 Apr 2024 14:48:45 -0700 Subject: [PATCH] Bug fix? Put combined name in quotes --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0c641b9c..a481b109 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: - singleton: 1 rustalias: nightly rust: nightly - name: Build and test (${{ matrix.os }}, ${{ matrix.rustalias }}) + name: 'Build and test: ${{ matrix.os }}, ${{ matrix.rustalias }}' runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@master