Skip to content

Commit 668e63f

Browse files
committed
CI: Explicitly add clippy
1 parent aa0e194 commit 668e63f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/sanity.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
uses: actions/setup-ruby@v1
2424
with:
2525
ruby-version: "2.7"
26+
- name: Set up Rust nightly
27+
run: |
28+
rustup component add clippy
2629
- name: Set up Bundler
2730
run: |
2831
gem install bundler

0 commit comments

Comments
 (0)