From f164ae4d9c6f7a9a5488cec1510968fc8e01b62d Mon Sep 17 00:00:00 2001 From: Deanna Garcia Date: Wed, 18 Jan 2023 00:22:00 +0000 Subject: [PATCH] more protoc changes --- .github/workflows/ruby_install.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ruby_install.yml b/.github/workflows/ruby_install.yml index 2cbfe5aadecc..44110ea1ffd1 100644 --- a/.github/workflows/ruby_install.yml +++ b/.github/workflows/ruby_install.yml @@ -51,6 +51,6 @@ jobs: if: ${{ contains(matrix.ruby, 'jruby') }} - name: Test installation run: | - bazel run //:protoc -- --proto_path=$GITHUB_WORKSPACE/src --proto_path=$GITHUB_WORKSPACE/ruby/tests --proto_path=$GITHUB_WORKSPACE --ruby_out=$GITHUB_WORKSPACE ruby/tests/test_import_proto2.proto - bazel run //:protoc -- --proto_path=$GITHUB_WORKSPACE/src --proto_path=$GITHUB_WORKSPACE/ruby/tests --proto_path=$GITHUB_WORKSPACE --ruby_out=$GITHUB_WORKSPACE ruby/tests/basic_test.proto + bazel run //:protoc -- --proto_path=$GITHUB_WORKSPACE/src --proto_path=$GITHUB_WORKSPACE/ruby/tests --proto_path=$GITHUB_WORKSPACE/ruby --ruby_out=$GITHUB_WORKSPACE/ruby tests/test_import_proto2.proto + bazel run //:protoc -- --proto_path=$GITHUB_WORKSPACE/src --proto_path=$GITHUB_WORKSPACE/ruby/tests --proto_path=$GITHUB_WORKSPACE/ruby --ruby_out=$GITHUB_WORKSPACE/ruby tests/basic_test.proto ruby ruby/tests/basic.rb