We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff7a607 commit c75bb99Copy full SHA for c75bb99
.github/workflows/ci-lazer-rust.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: install extra tools
31
run: |
32
cargo install --locked [email protected]
33
- sudo apt-get install -y protobuf-compiler
+ sudo apt-get update && sudo apt-get install -y protobuf-compiler
34
- name: Install Solana Cli
35
36
sh -c "$(curl -sSfL https://release.anza.xyz/stable/install)"
0 commit comments