Browse Source

ci: adjust job name

Philipp Schuster 2 years ago
parent
commit
2e72979961
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/_build-rust.yml

+ 1 - 1
.github/workflows/_build-rust.yml

@@ -40,7 +40,7 @@ jobs:
     steps:
       - name: Check out
         uses: actions/checkout@v3
-      - name: Install Rust
+      - name: Install Rust toolchain
         uses: actions-rs/toolchain@v1
         with:
           profile: minimal