Skip to content

Commit 8fc4763

Browse files
try remove deps
1 parent 31967b1 commit 8fc4763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install deps
1818
run: |
1919
sudo apt-get update -y
20-
sudo apt-get install -y --no-install-recommends llvm-dev libclang-dev
20+
sudo apt-get install -y --no-install-recommends libclang-dev
2121
2222
- name: Install rust
2323
uses: dtolnay/rust-toolchain@888c2e1ea69ab0d4330cbf0af1ecc7b68f368cc1 # v1

0 commit comments

Comments
 (0)