Skip to content

Commit

Permalink
fix(CI): install protobuf compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
raghav-rama committed Sep 19, 2024
1 parent 1bcc26b commit 0827c3f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ jobs:
- name: Add Solana to PATH
run: echo "$HOME/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libssl-dev libudev-dev protobuf-compiler
rustup component add rustfmt
rustup component add clippy
- name: Find or Create Keypair
shell: bash
run: |
Expand Down

0 comments on commit 0827c3f

Please sign in to comment.