Explorar o código

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

Bryan Lee %!s(int64=2) %!d(string=hai) anos
pai
achega
fa7673bc11
Modificáronse 1 ficheiros con 2 adicións e 5 borrados
  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