Skip to content

Commit

Permalink
chore: check if hard-coded toolchain works
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Oct 18, 2023
1 parent c95b718 commit f5c3357
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{needs.set-msrv.steps.msrv.outputs.MSRV}}
#toolchain: ${{needs.set-msrv.steps.msrv.outputs.MSRV}}
toolchain: 1.67.1
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 f5c3357

Please sign in to comment.