Remove protobuf dependencies (#17539)

This commit is contained in:
Yamagishi Kazutoshi 2022-02-15 00:08:02 +09:00 committed by GitHub
parent d39df35441
commit 298491a816
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 9 additions and 9 deletions

View file

@ -32,7 +32,7 @@ commands:
name: Install system dependencies
command: |
sudo apt-get update
sudo apt-get install -y libicu-dev libidn11-dev libprotobuf-dev protobuf-compiler
sudo apt-get install -y libicu-dev libidn11-dev
install-ruby-dependencies:
parameters:
ruby-version: