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