From 35dda781a3e840960c97041b31c91b1d257f0a5e Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Mon, 22 May 2023 19:56:52 +0200 Subject: [PATCH] Tweak workflow step name --- .gitea/workflows/check-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/check-lint.yml b/.gitea/workflows/check-lint.yml index f4b5f34..63ace80 100644 --- a/.gitea/workflows/check-lint.yml +++ b/.gitea/workflows/check-lint.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout sources uses: actions/checkout@v3 - - name: Install stable toolchain + - name: Install Rust stable toolchain uses: https://github.com/actions-rs/toolchain@v1 with: profile: minimal