Skip to content

Commit f496f63

Browse files
authored
Remove protoc step from build.yml
The setup script already runs the protoc step so we can let the script do it's job rather than duplicating the code.
1 parent 94e035b commit f496f63

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ jobs:
8383
--config=emulator-config --description="Spanner Test Instance" --nodes=1
8484
sudo apt-get update
8585
sudo apt install -y protobuf-compiler libprotobuf-dev
86-
protoc -I=. -I=/usr/include --include_imports --descriptor_set_out=./spanner-setup/fleetspeak.pb ./fleetspeak/src/common/proto/fleetspeak/common.proto ./fleetspeak/src/server/proto/fleetspeak_server/broadcasts.proto ./fleetspeak/src/server/proto/fleetspeak_server/resource.proto
8786
cd ./spanner-setup
8887
bash ./setup.sh
8988
cd ..

0 commit comments

Comments
 (0)