kou commented on PR #36693:
URL: https://github.com/apache/arrow/pull/36693#issuecomment-1636392906
Another approach (ensure using recent Ruby):
```diff
diff --git a/dev/tasks/macros.jinja b/dev/tasks/macros.jinja
index 4c65a64c8..a879dcb67 100644
--- a/dev/tasks/macros.jinja
+++ b/dev/tasks/macros.jinja
@@ -137,6 +137,11 @@ on:
run: |
sudo apt update
sudo apt install -y ruby-full
+ - name: Set up Ruby by GitHub Actions
+ if: !(runner.os == 'Linux' && runner.arch != 'X64')
+ use: ruby/setup-ruby@1
+ with:
+ ruby-version: "ruby"
- name: Upload package to Gemfury
shell: bash
run: |
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]