diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-05-13 12:30:18 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-05-13 15:32:43 -0600 |
| commit | 926cb9e627c41c08729a008dd5ce661e13aaed89 (patch) | |
| tree | c508bfbd166fabb6a682f4507cc9e09779908986 /.github | |
| parent | accfd96f77cc8bbdf294ae5d8cbdabe0514c3e37 (diff) | |
set JVM option to workaround Permission denied - NUL error when installing bundler gem on JRuby for Windows
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
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 |
