Skip to content

Commit

Permalink
Fix typo in Ruby 32-bit build
Browse files Browse the repository at this point in the history
  • Loading branch information
stanhu committed Aug 15, 2023
1 parent 2606768 commit d63122a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d63122a

Please sign in to comment.