Commit d49167b 1 parent 669a14f commit d49167b Copy full SHA for d49167b
File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 46
46
- name : Move penumbra repo to relative path
47
47
run : mv penumbra-repo ../penumbra
48
48
49
+ - name : Install Protoc
50
+ uses : arduino/setup-protoc@v3
51
+
49
52
- name : Install rust toolchain
50
53
uses : dtolnay/rust-toolchain@stable
51
54
75
78
- name : Move penumbra repo to relative path
76
79
run : mv penumbra-repo ../penumbra
77
80
81
+ - name : Install Protoc
82
+ uses : arduino/setup-protoc@v3
83
+
78
84
- name : Install rust toolchain
79
85
uses : dtolnay/rust-toolchain@stable
80
86
@@ -102,6 +108,9 @@ jobs:
102
108
- name : Move penumbra repo to relative path
103
109
run : mv penumbra-repo ../penumbra
104
110
111
+ - name : Install Protoc
112
+ uses : arduino/setup-protoc@v3
113
+
105
114
- name : Install rust toolchain
106
115
uses : dtolnay/rust-toolchain@stable
107
116
You can’t perform that action at this time.
0 commit comments