File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2929 with :
3030 submodules : true
31- - uses : arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0
32- with :
33- repo-token : ${{ secrets.GITHUB_TOKEN }}
3431 - uses : dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9
3532 with :
3633 toolchain : stable
4946 - uses : arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0
5047 with :
5148 repo-token : ${{ secrets.GITHUB_TOKEN }}
49+ version : " 34.1"
5250 - uses : dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9
5351 with :
5452 toolchain : stable
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 3939 ref : refs/pull/${{ inputs.pr_number }}/merge
4040 submodules : true
4141 fetch-depth : 0
42- - uses : arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0
43- with :
44- repo-token : ${{ secrets.GITHUB_TOKEN }}
4542 - uses : dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9
4643 with :
4744 toolchain : stable
You can’t perform that action at this time.
0 commit comments