Skip to content

Commit c75bb99

Browse files
committed
fix rust test suite
1 parent ff7a607 commit c75bb99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-lazer-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: install extra tools
3131
run: |
3232
cargo install --locked [email protected]
33-
sudo apt-get install -y protobuf-compiler
33+
sudo apt-get update && sudo apt-get install -y protobuf-compiler
3434
- name: Install Solana Cli
3535
run: |
3636
sh -c "$(curl -sSfL https://release.anza.xyz/stable/install)"

0 commit comments

Comments
 (0)