diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 146f473fe..e0a589776 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,9 +38,9 @@ jobs: - uses: actions-rs/toolchain@v1 with: toolchain: stable + profile: minimal components: clippy override: true - - run: rustup component add clippy - uses: actions-rs/clippy-check@v1 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -54,9 +54,9 @@ jobs: - uses: actions-rs/toolchain@v1 with: toolchain: nightly + profile: minimal components: clippy override: true - - run: rustup component add clippy - uses: actions-rs/clippy-check@v1 with: token: ${{ secrets.GITHUB_TOKEN }}