We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7e873c commit f78b176Copy full SHA for f78b176
1 file changed
.github/workflows/ruby.yml
@@ -30,8 +30,6 @@ jobs:
30
- truffleruby-head
31
- mingw
32
exclude:
33
- - { os: ubuntu, ruby: jruby }
34
- - { os: ubuntu, ruby: jruby-head }
35
- { os: ubuntu, ruby: mingw }
36
- { os: macos, ruby: mingw }
37
- { os: windows, ruby: truffleruby }
@@ -46,8 +44,12 @@ jobs:
46
44
with:
47
45
ruby-version: ${{ matrix.ruby }}
48
bundler-cache: true
+ env:
+ JAVA_OPTS: -Djdk.io.File.enableADS=true
49
- name: Run tests
50
run: bundle exec rake default
51
52
53
54
finish:
55
runs-on: ubuntu-latest
0 commit comments