mirror of
https://github.com/dtolnay/install.git
synced 2024-11-22 08:29:30 +01:00
Fix name of CI job
This commit is contained in:
parent
2118353b98
commit
621886d7a3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -12,7 +12,7 @@ permissions:
|
|||
|
||||
jobs:
|
||||
install:
|
||||
name: Rust ${{matrix.rust}}
|
||||
name: Install
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 45
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue