mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
Remove old GRPC bash script and convert to python3 (#7454)
* Remove old GRPC bash script and convert to python3 * updated checking gRPC script to python3
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -275,7 +275,7 @@ jobs:
|
||||
- name: Generate
|
||||
run: scripts/check_generate_code.py
|
||||
- name: Generate gRPC
|
||||
run: bash scripts/check-grpc-generated-code.sh
|
||||
run: scripts/check-grpc-generated-code.py
|
||||
|
||||
build-benchmarks:
|
||||
name: Build Benchmarks (on Linux)
|
||||
|
||||
Reference in New Issue
Block a user