Skip to content

Commit 133bd54

Browse files
committed
Workaround for jruby/jruby#7182
1 parent dfa533d commit 133bd54

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
matrix:
4646
os: [ ubuntu-18.04, ubuntu-20.04, macos-10.15, windows-2019 ]
4747
runs-on: ${{ matrix.os }}
48+
env: # https://github.com/jruby/jruby/issues/7182
49+
JAVA_OPTS: -Djdk.io.File.enableADS=true
4850
steps:
4951
- name: Set platform
5052
id: platform

0 commit comments

Comments
 (0)