Skip to content

Commit

Permalink
Add component
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo committed Nov 27, 2022
1 parent 1b477ff commit 0c84dd8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ jobs:
with:
hdfs-version: "3.3.2"
- name: Setup msrv of rust
run: rustup toolchain install ${OPENDAL_MSRV}
run: |
rustup toolchain install ${OPENDAL_MSRV}
rustup component add clippy --toolchain ${OPENDAL_MSRV}
- name: Check
run: cargo +${OPENDAL_MSRV} clippy --all-targets --all-features -- -D warnings
Expand Down

1 comment on commit 0c84dd8

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for opendal ready!

✅ Preview
https://opendal-gzjmpldqa-databend.vercel.app
https://opendal-git-msrv-160.vercel.app

Built with commit 0c84dd8.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.