3
0
Fork 0
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:
David Tolnay 2024-04-14 10:12:12 -07:00
parent 2118353b98
commit 621886d7a3
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -12,7 +12,7 @@ permissions:
jobs:
install:
name: Rust ${{matrix.rust}}
name: Install
runs-on: ubuntu-latest
timeout-minutes: 45
steps: