From 49e7f3c998548d05166ce676cd21e4003c469701 Mon Sep 17 00:00:00 2001 From: 6293 Date: Mon, 12 Jun 2023 23:13:14 +0900 Subject: [PATCH] chore(ci): fix step name --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 78c486c..f3eba15 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -44,7 +44,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Install rustc stable + - name: Install rustc nightly uses: actions-rs/toolchain@v1 with: toolchain: nightly