Skip to content

Commit bc14a68

Browse files
committed
Workaround to get JRuby build working
Signed-off-by: James Couball <jcouball@yahoo.com>
1 parent 5f0adec commit bc14a68

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828

2929
runs-on: ${{ matrix.operating-system }}
3030

31+
env:
32+
JAVA_OPTS: -Djdk.io.File.enableADS=true
33+
3134
steps:
3235
- name: Checkout Code
3336
uses: actions/checkout@v2

0 commit comments

Comments
 (0)