Bug fix? Put combined name in quotes
This commit is contained in:
parent
7e2ccf44a5
commit
9580814d74
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue