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 76c2e75 commit f43b8daCopy full SHA for f43b8da
.github/workflows/build.yml
@@ -41,6 +41,8 @@ jobs:
41
run: rustup update --no-self-update stable
42
- name: Install protoc
43
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
46
- name: Build crate
47
run: PATH=${{ runner.temp }}/proto/bin:$PATH cargo build
48
env:
0 commit comments