Skip to content

Commit

Permalink
chore: rustup is installed, perhaps we don't need to install a custom…
Browse files Browse the repository at this point in the history
… toolchain
  • Loading branch information
vmx committed Oct 18, 2023
1 parent 2f20030 commit d74ba5d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,14 +143,9 @@ jobs:
# - run: cargo test --target ${{ matrix.target }} --no-default-features --features blst,multicore,blst-portable

clippy_check_blst:
needs: set-msrv
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{needs.set-msrv.outputs.msrv}}
components: clippy
- name: Run Clippy
run: cargo clippy --workspace --all-targets --no-default-features --features blst,multicore -- -D warnings

Expand Down

0 comments on commit d74ba5d

Please sign in to comment.