From 23e4f731a0b43d0aaf132dc81030e52345c66ba3 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Mon, 22 May 2023 20:08:36 +0200 Subject: [PATCH] Tweak step name --- .gitea/workflows/check-lint-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/check-lint-test.yml b/.gitea/workflows/check-lint-test.yml index c807925..bb1b537 100644 --- a/.gitea/workflows/check-lint-test.yml +++ b/.gitea/workflows/check-lint-test.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