Skip to content

Commit b426ff8

Browse files
authored
Merge pull request #2913 from dtolnay/nightlywindows
Drop trailing whitespace from CI job name
2 parents a685dcf + b0e87ae commit b426ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- run: cd test_suite/no_std && cargo build
5656

5757
nightly:
58-
name: Rust nightly ${{matrix.os == 'windows' && '(windows)' || ''}}
58+
name: Rust nightly${{matrix.os == 'windows' && ' (windows)' || ''}}
5959
runs-on: ${{matrix.os}}-latest
6060
strategy:
6161
fail-fast: false

0 commit comments

Comments
 (0)