Skip to content

Commit d49167b

Browse files
cratelynconorsch
authored andcommitted
ci: 🦋 add protoc to github actions worker
1 parent 669a14f commit d49167b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

‎.github/workflows/rust.yml

+9
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
- name: Move penumbra repo to relative path
4747
run: mv penumbra-repo ../penumbra
4848

49+
- name: Install Protoc
50+
uses: arduino/setup-protoc@v3
51+
4952
- name: Install rust toolchain
5053
uses: dtolnay/rust-toolchain@stable
5154

@@ -75,6 +78,9 @@ jobs:
7578
- name: Move penumbra repo to relative path
7679
run: mv penumbra-repo ../penumbra
7780

81+
- name: Install Protoc
82+
uses: arduino/setup-protoc@v3
83+
7884
- name: Install rust toolchain
7985
uses: dtolnay/rust-toolchain@stable
8086

@@ -102,6 +108,9 @@ jobs:
102108
- name: Move penumbra repo to relative path
103109
run: mv penumbra-repo ../penumbra
104110

111+
- name: Install Protoc
112+
uses: arduino/setup-protoc@v3
113+
105114
- name: Install rust toolchain
106115
uses: dtolnay/rust-toolchain@stable
107116

0 commit comments

Comments
 (0)