summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-05-13 12:30:18 -0600
committerDan Allen <dan.j.allen@gmail.com>2022-05-13 15:32:43 -0600
commit926cb9e627c41c08729a008dd5ce661e13aaed89 (patch)
treec508bfbd166fabb6a682f4507cc9e09779908986
parentaccfd96f77cc8bbdf294ae5d8cbdabe0514c3e37 (diff)
set JVM option to workaround Permission denied - NUL error when installing bundler gem on JRuby for Windows
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c7c524e4..fcfa1949 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -74,6 +74,8 @@ jobs:
ASCIIDOCTOR_DIAGRAM_VERSION: '~> 2.2'
PYGMENTS_VERSION: '~> 2.0'
RGHOST_VERSION: '0.9.7'
+ # work around `Permission denied - NUL' error when installing/using the bundler gem on JRuby for Windows
+ JRUBY_OPTS: '-J-Djdk.io.File.enableADS=true'
steps:
- name: Checkout
uses: actions/checkout@v2