Fix typo in Ruby 32-bit build

pull/13494/head
Stan Hu 2 years ago
parent 2606768157
commit d63122a6fc
No known key found for this signature in database
GPG Key ID: 8D3931AD39CC7A20
  1. 2
      .github/workflows/test_ruby.yml

@ -44,7 +44,7 @@ jobs:
bazel: test //ruby/... //ruby/tests:ruby_version --test_env=KOKORO_RUBY_VERSION --test_env=BAZEL=true ${{ matrix.ffi == 'FFI' && '--//ruby:ffi=enabled --test_env=PROTOCOL_BUFFERS_RUBY_IMPLEMENTATION=FFI' || '' }}
linux-32bit:
name: Linux aarch64
name: Linux 32-bit
runs-on: ubuntu-latest
steps:
- name: Checkout pending changes

Loading…
Cancel
Save