Skip to content

Commit 129a98e

Browse files
committed
wip build action
1 parent 4567bd1 commit 129a98e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,8 @@ jobs:
5454
steps:
5555
- name: Checkout sources
5656
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
57-
- name: Set up Rust
58-
uses: dtolnay/rust-toolchain@stable
59-
with:
60-
toolchain: stable
57+
- name: Install ${{ matrix.rust_version }} toolchain and clippy
58+
run: rustup install stable && rustup default stable && rustup component add clippy
6159
- name: Build annotation reporter
6260
shell: bash
6361
run: |

0 commit comments

Comments
 (0)