Skip to content

Commit f43b8da

Browse files
committed
fix: added protoc configuration
1 parent 76c2e75 commit f43b8da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
run: rustup update --no-self-update stable
4242
- name: Install protoc
4343
run: curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v28.0-rc1/protoc-28.0-rc-1-linux-x86_64.zip && unzip protoc-28.0-rc-1-linux-x86_64.zip -d ${{ runner.temp }}/proto && chmod +x ${{ runner.temp }}/proto/bin/protoc && ${{ runner.temp }}/proto/bin/protoc --version
44+
- name: Configure protoc
45+
run: protoc --proto_path=internal --rust_out=src/internal
4446
- name: Build crate
4547
run: PATH=${{ runner.temp }}/proto/bin:$PATH cargo build
4648
env:

0 commit comments

Comments
 (0)