Skip to content

Commit 315e252

Browse files
committed
add clipp
1 parent 8d93d71 commit 315e252

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/prod.yml

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
- name: Install protobuf-compiler
2424
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
2525
- run: rustup toolchain install ${{ matrix.rust }} && rustup default ${{ matrix.rust }} && rustup update ${{ matrix.rust }}
26+
- name: Install Clippy
27+
run: rustup component add clippy
2628
- name: Build
2729
run: cargo build --release --verbose --features arkworks
2830
- name: Test

0 commit comments

Comments
 (0)