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 31967b1 commit 8fc4763Copy full SHA for 8fc4763
.github/workflows/clippy.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Install deps
18
run: |
19
sudo apt-get update -y
20
- sudo apt-get install -y --no-install-recommends llvm-dev libclang-dev
+ sudo apt-get install -y --no-install-recommends libclang-dev
21
22
- name: Install rust
23
uses: dtolnay/rust-toolchain@888c2e1ea69ab0d4330cbf0af1ecc7b68f368cc1 # v1
0 commit comments