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 2b3c274 commit 2385878Copy full SHA for 2385878
1 file changed
.github/workflows/sp1.yml
@@ -30,6 +30,9 @@ jobs:
30
steps:
31
- uses: actions/checkout@v5
32
33
+ - name: Install Protoc
34
+ run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
35
+
36
- name: Cache Build artifacts
37
uses: Swatinem/rust-cache@v2.8.2
38
with:
0 commit comments