We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 669a14f commit d49167bCopy full SHA for d49167b
‎.github/workflows/rust.yml
@@ -46,6 +46,9 @@ jobs:
46
- name: Move penumbra repo to relative path
47
run: mv penumbra-repo ../penumbra
48
49
+ - name: Install Protoc
50
+ uses: arduino/setup-protoc@v3
51
+
52
- name: Install rust toolchain
53
uses: dtolnay/rust-toolchain@stable
54
@@ -75,6 +78,9 @@ jobs:
75
78
76
79
77
80
81
82
83
84
85
86
@@ -102,6 +108,9 @@ jobs:
102
108
103
109
104
110
111
112
113
105
114
106
115
107
116
0 commit comments