Add the cargo clippy component

This commit is contained in:
Omar Abdulla
2025-09-28 14:49:22 +03:00
parent 33911b5ce3
commit ca5cad8e43
+1 -1
View File
@@ -94,7 +94,7 @@ jobs:
- name: Add wasm32 target and formatting
run: |
rustup target add wasm32-unknown-unknown
rustup component add rust-src rustfmt
rustup component add rust-src rustfmt clippy
- name: Install Geth on Ubuntu
if: matrix.os == 'ubuntu-24.04'