We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4567bd1 commit 129a98eCopy full SHA for 129a98e
.github/workflows/lint.yml
@@ -54,10 +54,8 @@ jobs:
54
steps:
55
- name: Checkout sources
56
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
57
- - name: Set up Rust
58
- uses: dtolnay/rust-toolchain@stable
59
- with:
60
- toolchain: stable
+ - name: Install ${{ matrix.rust_version }} toolchain and clippy
+ run: rustup install stable && rustup default stable && rustup component add clippy
61
- name: Build annotation reporter
62
shell: bash
63
run: |
0 commit comments