Skip to content

Commit 372e17b

Browse files
committed
Merge branch 'main' into support-blocklist-from-account
2 parents 0776d95 + 1ad489d commit 372e17b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

+5
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ jobs:
7070
with:
7171
command: check advisories
7272

73+
- name: install protoc
74+
run: |
75+
sudo apt update
76+
sudo apt install protobuf-compiler
77+
7378
- name: Run clippy
7479
run: cargo clippy --all-targets --tests -- -Dwarnings
7580

0 commit comments

Comments
 (0)