소스 검색

ci: use `dtolnay/rust-toolchain` instead of `actions-rs/toolchain` (#315)

Bryan Lee 2 년 전
부모
커밋
fa7673bc11
1개의 변경된 파일2개의 추가작업 그리고 5개의 파일을 삭제
  1. 2 5
      .github/workflows/lint.yml

+ 2 - 5
.github/workflows/lint.yml

@@ -23,12 +23,9 @@ jobs:
           check-latest: true
 
       - name: Install
-        uses: actions-rs/toolchain@v1
+        uses: dtolnay/rust-toolchain@stable
         with:
-          toolchain: stable
-          profile: minimal
-          override: true
-          components: rustfmt, clippy
+          components: clippy, rustfmt
 
       - name: Cache NPM dependencies
         uses: actions/cache@v3