We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b396f4 commit 4a8836cCopy full SHA for 4a8836c
.github/workflows/ci.yml
@@ -38,3 +38,8 @@ jobs:
38
python-version: ${{ matrix.python }}
39
- name: Run Tests
40
run: bundle exec rake test
41
+ env:
42
+ # Workaround JVM bug that causes JRuby to fail: https://bugs.openjdk.org/browse/JDK-8285445
43
+ # See https://github.com/ruby/setup-ruby/issues/339
44
+ # See https://github.com/jruby/jruby/issues/7182#issuecomment-1111610677
45
+ JAVA_OPTS: -Djdk.io.File.enableADS=true
0 commit comments