diff options
| -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 |
