ci: add indicate toolchain file in job name

This commit is contained in:
Rob Ede 2024-01-11 02:20:44 +00:00
parent 6ed6429951
commit 962ed5edf0
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
1 changed files with 1 additions and 1 deletions

View File

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