Skip to content

Commit ed7cd51

Browse files
committed
wip
1 parent 100a225 commit ed7cd51

File tree

1 file changed

+2
-3
lines changed
  • .github/actions/clippy-annotation-reporter

1 file changed

+2
-3
lines changed

.github/actions/clippy-annotation-reporter/action.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ runs:
1616
using: 'composite'
1717
steps:
1818
- name: Set up Rust
19-
uses: dtolnay/rust-toolchain@stable
20-
with:
21-
toolchain: stable
19+
shell: bash
20+
run: rustup install stable && rustup default stable
2221

2322
- name: Build annotation reporter
2423
shell: bash

0 commit comments

Comments
 (0)