Skip to content

Commit 4147797

Browse files
committed
setup-protoc reorg in rust-ci
1 parent 0459f98 commit 4147797

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/rust-bench.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0
3232
with:
3333
repo-token: ${{ secrets.GITHUB_TOKEN }}
34+
version: "34.1"
3435
- uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9
3536
with:
3637
toolchain: stable
@@ -49,6 +50,7 @@ jobs:
4950
- uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0
5051
with:
5152
repo-token: ${{ secrets.GITHUB_TOKEN }}
53+
version: "34.1"
5254
- uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9
5355
with:
5456
toolchain: stable

.github/workflows/rust-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,7 @@ jobs:
392392
- uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0
393393
with:
394394
repo-token: ${{ secrets.GITHUB_TOKEN }}
395+
version: "34.1"
395396
- uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9
396397
with:
397398
toolchain: stable
@@ -401,7 +402,6 @@ jobs:
401402
- name: check git diff after compile-proto execution
402403
run: git diff --exit-code rust/otap-dataflow/crates/pdata/src/proto
403404

404-
405405
# Verify the workspace builds with --no-default-features to catch broken
406406
# optional feature gates (e.g., dev-tools, crypto-*).
407407
no_default_features_check:

.github/workflows/rust-validation-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
- uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0
4343
with:
4444
repo-token: ${{ secrets.GITHUB_TOKEN }}
45+
version: "34.1"
4546
- uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9
4647
with:
4748
toolchain: stable

0 commit comments

Comments
 (0)